Type Alias simics_api_sys::cycle_event_cb_t
source · pub type cycle_event_cb_t = Option<unsafe extern "C" fn(obj: *mut conf_object_t, step_obj: *mut conf_object_t, event_obj: *mut conf_object_t, cycles: cycles_t, event_class_name: *const c_char, description: *const c_char, value: attr_value_t, user_data: *mut lang_void)>;
Expand description
ADD INTERFACE step_event_instrumentation
Aliased Type§
enum cycle_event_cb_t {
None,
Some(unsafe extern "C" fn(_: *mut conf_object, _: *mut conf_object, _: *mut conf_object, _: i64, _: *const i8, _: *const i8, _: attr_value, _: *mut c_void)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut conf_object, _: *mut conf_object, _: *mut conf_object, _: i64, _: *const i8, _: *const i8, _: attr_value, _: *mut c_void))
Some value of type T
.