Qucs-core  0.0.19
Defines
digital.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <cmath>
#include "complex.h"
#include "object.h"
#include "circuit.h"
#include "constants.h"
#include "digital.h"
Include dependency graph for digital.cpp:

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 */

Define Documentation

#define NODE_IN1   1 /* input nodes start here */

Definition at line 40 of file digital.cpp.

#define NODE_OUT   0 /* first node is output node */

Definition at line 39 of file digital.cpp.