static enum SmlkSfn.WhatPort extends java.lang.Enum<SmlkSfn.WhatPort>
EPortType_Entry_DefPortType_emC
, see header file emC/Base/DefPortTypes_emC.h
Enum Constant and Description |
---|
fixParam
Any parameter non tunable, used in Ctor and init.
|
fnCallTrgOut
Special output for Simulink connection to trigger input of a Triggered Sub system.
|
inpInit
Any input used in Tinit, for initialization.
|
inpStep
Any input used in Tstep, may be numbers, bus or handle (as association).
|
inpStep2
Any input in another Tstep time then the Tstep.
|
inpUpd
Any input used in Tstep, may be numbers, bus or handle (as association).
|
outInit
Any output for other initializations, maybe a handle (aggregation) or also calculated number from Tinit or parameter inputs.
|
outStep
Any output in the step time.
|
outStep2
Any output from other than the main Tstep time.
|
stepIn
Dummy input for step order, not used for C-operations.
|
stepOut
Dummy output for step order, not set, remain 0.
|
thisIn
Input for this on Operation-FB, used as normal Input.
|
thisOutInit
Output for thiz, als handle, with Tinit, to connect aggregations.
|
thisOutStep
Output for thiz, als handle, with Tstep, to connect in step order.
|
tstepParam
Parameter value for the Tstep time.
|
tunableParam
Any parameter, for parameter dialog in Simulink.
|
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
bParam |
(package private) java.lang.String |
sEnum_SetDefPortTypes |
Modifier and Type | Method and Description |
---|---|
static SmlkSfn.WhatPort |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SmlkSfn.WhatPort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmlkSfn.WhatPort thisIn
public static final SmlkSfn.WhatPort stepIn
public static final SmlkSfn.WhatPort stepOut
public static final SmlkSfn.WhatPort fnCallTrgOut
public static final SmlkSfn.WhatPort thisOutInit
public static final SmlkSfn.WhatPort thisOutStep
public static final SmlkSfn.WhatPort inpInit
public static final SmlkSfn.WhatPort inpUpd
public static final SmlkSfn.WhatPort inpStep
public static final SmlkSfn.WhatPort inpStep2
public static final SmlkSfn.WhatPort outInit
public static final SmlkSfn.WhatPort outStep
public static final SmlkSfn.WhatPort outStep2
public static final SmlkSfn.WhatPort tunableParam
public static final SmlkSfn.WhatPort fixParam
public static final SmlkSfn.WhatPort tstepParam
final java.lang.String sEnum_SetDefPortTypes
final boolean bParam
public static SmlkSfn.WhatPort[] values()
for (SmlkSfn.WhatPort c : SmlkSfn.WhatPort.values()) System.out.println(c);
public static SmlkSfn.WhatPort valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null