1 #ifndef ACTIVEOBJECT_INCLUDED 2 #define ACTIVEOBJECT_INCLUDED 7 #include "MethodRequest.h" 17 TimerHandle_t createTimer (
19 const TickType_t xTimerPeriod,
20 const UBaseType_t uxAutoReload );
26 void ActiveObjectTimerCallback( TimerHandle_t xTimer );
27 void ActiveObjectTaskFunction(
void * );
Definition: MethodRequest.h:6
Definition: ActiveObject.h:9