Jspice3
dcodefs.h
Go to the documentation of this file.
1 /***************************************************************************
2 JSPICE3 adaptation of Spice3e2 - Copyright (c) Stephen R. Whiteley 1992
3 Copyright 1990 Regents of the University of California. All rights reserved.
4 Authors: 1985 Thomas L. Quarles
5  1992 Stephen R. Whiteley
6 ****************************************************************************/
7 
8 #ifndef DC_OP
9 #define DC_OP
10 
11  /*
12  * structures used to describe D.C. operationg point analyses to
13  * be performed.
14  */
15 
16 typedef struct {
17  int JOBtype;
19  char *JOBname;
20 } DCOAN;
21 
22 
23 #ifdef __STDC__
24 extern int DCOan(GENERIC*,int);
25 extern int DCOaskQuest(GENERIC*,GENERIC*,int,IFvalue*);
26 extern int DCOparse(GENERIC*,GENERIC*,int,GENERIC*,char**,GENERIC*,GENERIC*);
27 extern int DCOsetParm(GENERIC*,GENERIC*,int,IFvalue*);
28 #else
29 extern int DCOan();
30 extern int DCOaskQuest();
31 extern int DCOparse();
32 extern int DCOsetParm();
33 #endif
34 
35 
36 #endif /* DC_OP */
Definition: dcodefs.h:16
int DCOan()
char * JOBname
Definition: dcodefs.h:19
int JOBtype
Definition: dcodefs.h:17
Definition: cktdefs.h:23
int DCOaskQuest()
int DCOparse()
int DCOsetParm()
JOB * JOBnextJob
Definition: dcodefs.h:18
char GENERIC
Definition: ifsim.h:27