pub type internal_time_direction_changed_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t, rev: c_int)>;
Expand description
Index: Description: Simics internal. ‘rev’ is 1 when reverse execution is initiated, and 0 when reverse execution stops. In addition, a number of haps with rev = -1 may be fired during reverse execution at reverse chronologically ordered moments. This is typically used to update the user interface during reverse execution.
Aliased Type§
enum internal_time_direction_changed_hap_callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: i32)),
}