public static interface FMILibrary.FMIStatusKind
Modifier and Type | Field and Description |
---|---|
static int |
fmiDoStepStatus
If fmiDoStep() returns fmiPending, then the master must
call fmiGetStatus(..., fmiDoStepStatus) to determine if the
slave has finished.
|
static int |
fmiLastSuccessfulTime
If fmiDoStep() returns fmiDiscard, then calling
fmiGetRealStatus(..., fmiLastSuccessfulTime,...)
|
static int |
fmiPendingStatus
If fmiDoStep() returns fmiPending, then
fmiGetStringStatus(..., fmiPendingStatus,...) can be called
to get the status of the asynchronously executing
fmiDoStep().
|
static final int fmiDoStepStatus
static final int fmiPendingStatus
static final int fmiLastSuccessfulTime