Function simics::api::simulator::hap_consumer::haps::handle_realtime_enabled

source ยท
extern "C" fn handle_realtime_enabled<F>(
    callback_data: *mut lang_void,
    trigger_obj: *mut conf_object_t,
    enabled: c_int,
)
where F: FnMut(*mut conf_object_t, c_int) + 'static,
Expand description

The handler for HAPs of a specific type. Unboxes a boxed closure and calls it with the correct HAP callback arguments