fmi3IntermediateUpdateCallback

Type Alias fmi3IntermediateUpdateCallback 

Source
pub type fmi3IntermediateUpdateCallback = Option<unsafe extern "C" fn(instanceEnvironment: fmi3InstanceEnvironment, intermediateUpdateTime: fmi3Float64, intermediateVariableSetRequested: fmi3Boolean, intermediateVariableGetAllowed: fmi3Boolean, intermediateStepFinished: fmi3Boolean, canReturnEarly: fmi3Boolean, earlyReturnRequested: *mut fmi3Boolean, earlyReturnTime: *mut fmi3Float64)>;

Aliased Type§

pub enum fmi3IntermediateUpdateCallback {
    None,
    Some(unsafe extern "C" fn(*mut c_void, f64, bool, bool, bool, bool, *mut bool, *mut f64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, f64, bool, bool, bool, bool, *mut bool, *mut f64))

Some value of type T.