om_variable_get_scalar

Function om_variable_get_scalar 

Source
pub unsafe extern "C" fn om_variable_get_scalar(
    variable: *const OmVariable_t,
    value: *mut *mut c_void,
    size: *mut u64,
) -> OmError_t
Expand description

Read a variable as a scalar. Returns the size and value into the value and size field. value needs to be a pointer that then points to the value