Core_Configuration_Loaded Core_Context_Change
API Reference Manual  /  12 Haps  / 

Core_Context_Activate

Description
Triggered when this context replaces another context as the current context of a processor.
Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj, 
         conf_object_t *other_ctx, conf_object_t *cpu);

Core_Configuration_Loaded Core_Context_Change