Skip to content

Plan Events

Plan Events
1
2
3
4
5
extern const int cPlanEventDone = 0;
extern const int cPlanEventFailed = 1;
extern const int cPlanEventPoll = 2;
extern const int cPlanEventIdle = 3;
extern const int cPlanEventStateChange = 4;