📄 mifproto.h
字号:
#ifndef MIFPROTO#define MIFPROTO/* ===========================================================================FILE MIFproto.hMEMBER OF process XSPICECopyright 1991Georgia Tech Research CorporationAtlanta, Georgia 30332All Rights ReservedPROJECT A-8503AUTHORS 9/12/91 Bill KuhnMODIFICATIONS <date> <person name> <nature of modifications>SUMMARY This file contains ANSI C function prototypes for functions in the MIF package.INTERFACES None.REFERENCED FILES None.NON-STANDARD FEATURES None.=========================================================================== */#include "ifsim.h"#include "inpdefs.h"#include "smpdefs.h"#include "cktdefs.h"#include "miftypes.h"extern void MIF_INP2A( void *ckt, /* circuit structure to put mod/inst structs in */ INPtables *tab, /* symbol table for node names, etc. */ card *current /* the card we are to parse */);extern char * MIFgetMod( void *ckt, char *name, INPmodel **model, INPtables *tab );extern IFvalue * MIFgetValue( void *ckt, char **line, int type, INPtables *tab, char **err );extern int MIFsetup( SMPmatrix *matrix, GENmodel *inModel, CKTcircuit *ckt, int *state );extern int MIFunsetup( GENmodel *inModel, CKTcircuit *ckt);extern int MIFload( GENmodel *inModel, CKTcircuit *ckt );extern int MIFmParam( int param_index, IFvalue *value, GENmodel *inModel );extern int MIFask( CKTcircuit *ckt, GENinstance *inst, int param_index, IFvalue *value, IFvalue *select);extern int MIFmAsk( CKTcircuit *ckt, GENmodel *inModel, int param_index, IFvalue *value);extern int MIFtrunc( GENmodel *inModel, CKTcircuit *ckt, double *timeStep);extern int MIFconvTest( GENmodel *inModel, CKTcircuit *ckt);extern int MIFdelete( GENmodel *inModel, IFuid name, GENinstance **inst);extern int MIFmDelete( GENmodel **inModel, IFuid modname, GENmodel *model);extern void MIFdestroy( GENmodel **inModel);extern char *MIFgettok( char **s);extern char *MIFget_token( char **s, Mif_Token_Type_t *type);extern Mif_Cntl_Src_Type_t MIFget_cntl_src_type( Mif_Port_Type_t in_port_type, Mif_Port_Type_t out_port_type);extern char *MIFcopy(char *);#endif /* MIFPROTO */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -