Jspice3
|
#include "spice.h"
#include "ftedefs.h"
#include "inpdefs.h"
#include "ftegraph.h"
#include "spfteext.h"
#include "plotext.h"
#include "iferrmsg.h"
#include "outdata.h"
Go to the source code of this file.
Data Structures | |
struct | dataDesc |
struct | runDesc |
struct | mesg |
Macros | |
#define | DOUBLE_PRECISION 15 |
Typedefs | |
typedef struct dataDesc | dataDesc |
typedef struct runDesc | runDesc |
Functions | |
static void | out_destroy () |
static int | addDataDesc () |
static int | addSpecialDesc () |
static void | addPointToFile () |
static void | addPointToPlot () |
static void | fileInit () |
static void | fileStartPoint () |
static void | fileAddRealValue () |
static void | fileAddComplexValue () |
static void | fileEndPoint () |
static void | fileEnd () |
static void | plotInit () |
static void | plotAddRealValue () |
static void | plotAddComplexValue () |
static void | plotEnd () |
static bool | parseSpecial () |
static bool | name_eq () |
static bool | getSpecial () |
static void | freeRun () |
char * | OUTcntrlInit () |
int | OUTbeginPlot (GENERIC *outdp) |
static int | addDataDesc (runDesc *run, char *name, int type, int ind) |
static int | addSpecialDesc (runDesc *run, char *name, char *devname, char *param, int depind) |
int | OUTdata (GENERIC *plotPtr, IFvalue *refValue, IFvalue *valuePtr) |
int | OUTsetDims (GENERIC *plotPtr, int *dims, int numDims) |
static void | addPointToFile (runDesc *run, IFvalue *refValue, IFvalue *valuePtr) |
static void | addPointToPlot (runDesc *run, IFvalue *refValue, IFvalue *valuePtr, bool inc) |
int | OUTendPlot (GENERIC *plotPtr) |
static void | fileInit (runDesc *run) |
static void | fileStartPoint (FILE *fp, bool bin, int num) |
static void | fileAddRealValue (FILE *fp, bool bin, double value) |
static void | fileAddComplexValue (FILE *fp, bool bin, IFcomplex value) |
static void | fileEndPoint (FILE *fp, bool bin) |
static void | fileEnd (runDesc *run) |
static void | plotInit (runDesc *run, double tstart, double tstop, double tstep, struct plot *plot) |
static void | plotAddRealValue (dataDesc *desc, double value, bool inc) |
static void | plotAddComplexValue (dataDesc *desc, IFcomplex value, bool inc) |
static void | plotEnd (runDesc *run) |
static bool | parseSpecial (char *name, char *dev, char *param, char *ind) |
static bool | name_eq (char *n1, char *n2) |
static bool | getSpecial (dataDesc *desc, runDesc *run, IFvalue *val) |
static void | freeRun (runDesc *run) |
int | OUTstopnow () |
int | OUTerror (int flags, char *format, IFuid *names) |
Variables | |
bool | OUTendit |
static struct sOUTcontrol | OUTcntrl |
static bool | shouldstop = false |
static bool | printinfo = false |
static struct mesg | msgs [] |
|
static |
|
static |
Definition at line 321 of file outitf.c.
|
static |
Definition at line 471 of file outitf.c.
|
static |
|
static |
Definition at line 524 of file outitf.c.
|
static |
|
static |
Definition at line 356 of file outitf.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 949 of file outitf.c.
|
static |
Definition at line 130 of file outitf.c.
int OUTbeginPlot | ( | GENERIC * | outdp | ) |
Definition at line 149 of file outitf.c.
Definition at line 396 of file outitf.c.
int OUTendPlot | ( | GENERIC * | plotPtr | ) |
int OUTerror | ( | int | flags, |
char * | format, | ||
IFuid * | names | ||
) |
int OUTsetDims | ( | GENERIC * | plotPtr, |
int * | dims, | ||
int | numDims | ||
) |
Definition at line 441 of file outitf.c.
int OUTstopnow | ( | ) |
|
static |
|
static |
Definition at line 902 of file outitf.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 743 of file outitf.c.
|
static |
|
static |