Jspice3
ftedebug.h File Reference
This graph shows which files directly or indirectly include this file:

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 ()
 

Macro Definition Documentation

#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.

#define DB_SAVE   1 /* Save a node. */

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.

#define DB_STOPWHEN   4 /* Break when a node reaches this value. */

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.

Function Documentation

void dbfree ( )