Jspice3
Main Page
Data Structures
Files
File List
Globals
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
;
18
JOB
*
JOBnextJob
;
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 */
DCOAN
Definition:
dcodefs.h:16
DCOan
int DCOan()
DCOAN::JOBname
char * JOBname
Definition:
dcodefs.h:19
DCOAN::JOBtype
int JOBtype
Definition:
dcodefs.h:17
sJOB
Definition:
cktdefs.h:23
DCOaskQuest
int DCOaskQuest()
DCOparse
int DCOparse()
DCOsetParm
int DCOsetParm()
uIFvalue
Definition:
ifsim.h:231
DCOAN::JOBnextJob
JOB * JOBnextJob
Definition:
dcodefs.h:18
GENERIC
char GENERIC
Definition:
ifsim.h:27
src
include
dcodefs.h
Generated by
1.8.11