|
Jspice3
|

Go to the source code of this file.
Data Structures | |
| struct | sIFparm |
| struct | sIFparseTree |
| struct | sIFcomplex |
| union | uIFvalue |
| struct | sIFkeys |
| struct | sIFdevice |
| struct | sIFanalysis |
| struct | sIFsimulator |
| struct | sIFfrontEnd |
Macros | |
| #define | UID_ANALYSIS 0x1 |
| #define | UID_TASK 0x2 |
| #define | UID_INSTANCE 0x4 |
| #define | UID_MODEL 0x8 |
| #define | UID_SIGNAL 0x10 |
| #define | UID_OTHER 0x20 |
| #define | IF_FLAG 0x1 |
| #define | IF_INTEGER 0x2 |
| #define | IF_REAL 0x4 |
| #define | IF_COMPLEX 0x8 |
| #define | IF_NODE 0x10 |
| #define | IF_STRING 0x20 |
| #define | IF_INSTANCE 0x40 |
| #define | IF_PARSETREE 0x80 |
| #define | IF_SELECT 0x800 |
| #define | IF_VSELECT 0x400 |
| #define | IF_VECTOR 0x8000 |
| #define | IF_FLAGVEC (IF_FLAG|IF_VECTOR) |
| #define | IF_INTVEC (IF_INTEGER|IF_VECTOR) |
| #define | IF_REALVEC (IF_REAL|IF_VECTOR) |
| #define | IF_CPLXVEC (IF_COMPLEX|IF_VECTOR) |
| #define | IF_NODEVEC (IF_NODE|IF_VECTOR) |
| #define | IF_STRINGVEC (IF_STRING|IF_VECTOR) |
| #define | IF_INSTVEC (IF_INSTANCE|IF_VECTOR) |
| #define | IF_REQUIRED 0x4000 |
| #define | IF_VARTYPES 0x80ff |
| #define | IF_SET 0x2000 |
| #define | IF_ASK 0x1000 |
| #define | IF_UNIMP_MASK 0x3000 |
| #define | ERR_WARNING 0x1 |
| #define | ERR_FATAL 0x2 |
| #define | ERR_PANIC 0x4 |
| #define | ERR_INFO 0x8 |
| #define | RESUME 0 |
| #define | RESTART 1 |
| #define | SKIPTONEXT 2 |
Typedefs | |
| typedef char | GENERIC |
| typedef struct sIFparm | IFparm |
| typedef GENERIC * | IFuid |
| typedef struct sIFparseTree | IFparseTree |
| typedef GENERIC * | IFnode |
| typedef struct sIFcomplex | IFcomplex |
| typedef union uIFvalue | IFvalue |
| typedef struct sIFkeys | IFkeys |
| typedef struct sIFdevice | IFdevice |
| typedef struct sIFanalysis | IFanalysis |
| typedef struct sIFsimulator | IFsimulator |
| typedef struct sIFfrontEnd | IFfrontEnd |
| #define IF_CPLXVEC (IF_COMPLEX|IF_VECTOR) |
| #define IF_INSTVEC (IF_INSTANCE|IF_VECTOR) |
| #define IF_INTVEC (IF_INTEGER|IF_VECTOR) |
| typedef struct sIFanalysis IFanalysis |
| typedef struct sIFcomplex IFcomplex |
| typedef struct sIFfrontEnd IFfrontEnd |
| typedef struct sIFparseTree IFparseTree |
| typedef struct sIFsimulator IFsimulator |