VSF Documented
Macros | Typedefs
delegate.h File Reference
#include "../compiler/compiler.h"
#include "../ooc_class.h"

Go to the source code of this file.

Macros

#define __PLOOC_CLASS_USE_STRICT_TEMPLATE__
 
#define EVENT_RT_UNREGISTER   4
 

Typedefs

typedef fsm_rt_t delegate_handler_func_t(void *arg_ptr, void *param_ptr)
 

Macro Definition Documentation

◆ __PLOOC_CLASS_USE_STRICT_TEMPLATE__

#define __PLOOC_CLASS_USE_STRICT_TEMPLATE__

\NOTE: Make sure #include "utilities/ooc_class.h" is close to the class ! definition and there is NO ANY OTHER module-interface-header file ! included in this file

◆ EVENT_RT_UNREGISTER

#define EVENT_RT_UNREGISTER   4

Typedef Documentation

◆ delegate_handler_func_t

typedef fsm_rt_t delegate_handler_func_t(void *arg_ptr, void *param_ptr)