Package ptolemy.actor.lib.fmi
Class FMUImport.Input
- java.lang.Object
-
- ptolemy.actor.lib.fmi.FMUImport.Input
-
- Enclosing class:
- FMUImport
protected static class FMUImport.Input extends java.lang.ObjectA data structure representing an input to the FMU.
-
-
Field Summary
Fields Modifier and Type Field Description booleanhasChangedThe flag which indicates that input changed.doublelastInputModelValueThe last input double variable.doublelastInputPortValueThe last double token seen at the input port.TypedIOPortportThe Ptolemy output port for this output.FMIScalarVariablescalarVariableThe FMI scalar variable for this output.java.lang.DoublestartThe start value for this variable, or null if it is not given.
-
Constructor Summary
Constructors Modifier Constructor Description protectedInput()
-
-
-
Field Detail
-
hasChanged
public boolean hasChanged
The flag which indicates that input changed.
-
lastInputModelValue
public double lastInputModelValue
The last input double variable.
-
lastInputPortValue
public double lastInputPortValue
The last double token seen at the input port.
-
port
public TypedIOPort port
The Ptolemy output port for this output.
-
scalarVariable
public FMIScalarVariable scalarVariable
The FMI scalar variable for this output.
-
start
public java.lang.Double start
The start value for this variable, or null if it is not given.
-
-