pub type fmi2SetRealInputDerivativesTYPE = Option<unsafe extern "C" fn(arg1: fmi2Component, arg2: *const fmi2ValueReference, arg3: usize, arg4: *const fmi2Integer, arg5: *const fmi2Real) -> fmi2Status>;
Expand description

Types for Functions for FMI2 for Co-Simulation

Aliased Type§

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.