nns.c  1.0.1
Nanowire Network simulator
connection.h
Go to the documentation of this file.
1 
11 #ifndef CONNECTION_H
12 #define CONNECTION_H
13 
17 typedef enum
18 {
19  NONE,
23  LOAD
25 
26 #endif /* CONNECTION_H */
connection_t
Enumeration of possible connection states for a nanowire in a Nanowire Network. A nanowire is always ...
Definition: connection.h:18
@ SOURCE
The nanowire is connected to a voltage source.
Definition: connection.h:21
@ GROUND
The nanowire is grounded.
Definition: connection.h:22
@ LOAD
The nanowire is connected to an external load.
Definition: connection.h:23
@ NONE
Definition: connection.h:19