ifparm, #4/16, missing IF_REDUNDANT for some aliases, introduce IOPAPR
This commit is contained in:
parent
445860f79a
commit
eac26d741c
|
|
@ -146,6 +146,7 @@ extern int DEVmaxnum; /* size of DEVices array */
|
|||
# define IOPA(a,b,c,d) { a, b, c|IF_SET|IF_ASK|IF_AC, d }
|
||||
# define IOPAU(a,b,c,d) { a, b, c|IF_SET|IF_ASK|IF_AC|IF_UNINTERESTING,d }
|
||||
# define IOPAP(a,b,c,d) { a, b, c|IF_SET|IF_ASK|IF_AC|IF_PRINCIPAL, d }
|
||||
# define IOPAPR(a,b,c,d) { a, b, c|IF_SET|IF_ASK|IF_AC|IF_PRINCIPAL|IF_REDUNDANT, d }
|
||||
# define IOPAA(a,b,c,d) { a, b, c|IF_SET|IF_ASK|IF_AC_ONLY, d }
|
||||
# define IOPAAU(a,b,c,d) { a, b, c|IF_SET|IF_ASK|IF_AC_ONLY|IF_UNINTERESTING,d}
|
||||
# define IOPPA(a,b,c,d) { a, b, c|IF_SET|IF_ASK|IF_AC_ONLY|IF_PRINCIPAL, d }
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ Modified: September 2003 - Paolo Nenzi
|
|||
|
||||
IFparm CAPpTable[] = { /* parameters */
|
||||
IOPAP("capacitance", CAP_CAP, IF_REAL, "Device capacitance"),
|
||||
IOPAP("cap", CAP_CAP, IF_REAL, "Device capacitance"),
|
||||
IOPAP("c", CAP_CAP, IF_REAL, "Device capacitance"),
|
||||
IOPAPR("cap", CAP_CAP, IF_REAL, "Device capacitance"),
|
||||
IOPAPR("c", CAP_CAP, IF_REAL, "Device capacitance"),
|
||||
IOPAU("ic", CAP_IC, IF_REAL, "Initial capacitor voltage"),
|
||||
IOPZU("temp", CAP_TEMP, IF_REAL, "Instance operating temperature"),
|
||||
IOPZ( "dtemp", CAP_DTEMP, IF_REAL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue