fmi3GetEventIndicatorsTYPE

Type Alias fmi3GetEventIndicatorsTYPE 

Source
pub type fmi3GetEventIndicatorsTYPE = Option<unsafe extern "C" fn(instance: fmi3Instance, eventIndicators: *mut fmi3Float64, nEventIndicators: usize) -> fmi3Status>;

Aliased Type§

pub enum fmi3GetEventIndicatorsTYPE {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut f64, usize) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut f64, usize) -> u32)

Some value of type T.