|
Jspice3
|

Go to the source code of this file.
Data Structures | |
| struct | dbcomm |
Macros | |
| #define | DB_SAVE 1 /* Save a node. */ |
| #define | DB_TRACE 2 /* Print the value of a node every iteration. */ |
| #define | DB_STOPAFTER 3 /* Break after this many iterations. */ |
| #define | DB_STOPWHEN 4 /* Break when a node reaches this value. */ |
| #define | DB_IPLOT 5 /* Incrementally plot the stuff. */ |
| #define | DB_IPLOTALL 6 /* Incrementally plot everything. */ |
| #define | DB_DEADIPLOT 7 /* Incrementally plot the stuff. */ |
Functions | |
| void | dbfree () |
| #define DB_DEADIPLOT 7 /* Incrementally plot the stuff. */ |
Definition at line 18 of file ftedebug.h.
| #define DB_IPLOT 5 /* Incrementally plot the stuff. */ |
Definition at line 16 of file ftedebug.h.
| #define DB_IPLOTALL 6 /* Incrementally plot everything. */ |
Definition at line 17 of file ftedebug.h.
Definition at line 12 of file ftedebug.h.
| #define DB_STOPAFTER 3 /* Break after this many iterations. */ |
Definition at line 14 of file ftedebug.h.
Definition at line 15 of file ftedebug.h.
| #define DB_TRACE 2 /* Print the value of a node every iteration. */ |
Definition at line 13 of file ftedebug.h.
| void dbfree | ( | ) |