gfx_con hypersim_pattern
API Reference Manual  /  5 Model-to-Simulator Interfaces  / 

hap_listen

Description
With the hap_listen interface, objects can pick up haps and process then as they wish, including re-raising the haps.

SIM_INTERFACE(hap_listen) {
        void (*occurred)(conf_object_t *obj, conf_object_t *origin,
                         hap_type_t hap, int64 value, va_list ap, bool always);
};
#define HAP_LISTEN_INTERFACE "hap_listen"

Execution Context
occurredCell Context

gfx_con hypersim_pattern