fmi3InstantiateModelExchangeTYPE

Type Alias fmi3InstantiateModelExchangeTYPE 

Source
pub type fmi3InstantiateModelExchangeTYPE = Option<unsafe extern "C" fn(instanceName: fmi3String, instantiationToken: fmi3String, resourcePath: fmi3String, visible: fmi3Boolean, loggingOn: fmi3Boolean, instanceEnvironment: fmi3InstanceEnvironment, logMessage: fmi3LogMessageCallback) -> fmi3Instance>;

Aliased Type§

pub enum fmi3InstantiateModelExchangeTYPE {
    None,
    Some(unsafe extern "C" fn(*const i8, *const i8, *const i8, bool, bool, *mut c_void, Option<unsafe extern "C" fn(*mut c_void, u32, *const i8, *const i8)>) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i8, *const i8, *const i8, bool, bool, *mut c_void, Option<unsafe extern "C" fn(*mut c_void, u32, *const i8, *const i8)>) -> *mut c_void)

Some value of type T.