Qucs-core
0.0.19
|
#include <stdio.h>
#include <stdlib.h>
#include <cmath>
#include "complex.h"
#include "object.h"
#include "circuit.h"
#include "constants.h"
#include "digital.h"
Go to the source code of this file.
Defines | |
#define | NODE_OUT 0 /* first node is output node */ |
#define | NODE_IN1 1 /* input nodes start here */ |
Definition at line 40 of file digital.cpp.
Definition at line 39 of file digital.cpp.