fmi2SetRealInputDerivativesTYPE

Type Alias fmi2SetRealInputDerivativesTYPE 

Source
pub type fmi2SetRealInputDerivativesTYPE = Option<unsafe extern "C" fn(c: fmi2Component, vr: *const fmi2ValueReference, nvr: usize, order: *const fmi2Integer, value: *const fmi2Real) -> fmi2Status>;
Expand description

Types for Functions for FMI2 for Co-Simulation

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.