protected static class FMUImport.Input
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
hasChanged
The flag which indicates that input changed.
|
double |
lastInputModelValue
The last input double variable.
|
double |
lastInputPortValue
The last double token seen at the input port.
|
TypedIOPort |
port
The Ptolemy output port for this output.
|
FMIScalarVariable |
scalarVariable
The FMI scalar variable for this output.
|
java.lang.Double |
start
The start value for this variable, or null if it is not given.
|
Modifier | Constructor and Description |
---|---|
protected |
Input() |
public boolean hasChanged
public double lastInputModelValue
public double lastInputPortValue
public TypedIOPort port
public FMIScalarVariable scalarVariable
public java.lang.Double start