public static interface FMILibrary.FMIStatus
Modifier and Type | Field and Description |
---|---|
static int |
fmiDiscard
Discard the current data and try again with a smaller
step size.
|
static int |
fmiError
The operation had a problem and fmiFreeModelInstance()
must be called.
|
static int |
fmiFatal
All model instances are corrupted.
|
static int |
fmiOK
The operation completed successfully.
|
static int |
fmiPending
The slave is still executing, but has returned.
|
static int |
fmiWarning
The operation had a problem, but the computation may
continue.
|
static final int fmiOK
static final int fmiWarning
static final int fmiDiscard
static final int fmiError
static final int fmiFatal
static final int fmiPending