/**************************************************************************** Header file for template service based on the Gen 2 Events and Services Framework ****************************************************************************/ #ifndef LanceMotorControl_H #define LanceMotorControl_H #include "ES_Types.h" // Public Function Prototypes bool InitLanceService ( uint8_t Priority ); bool PostLanceService( ES_Event ThisEvent ); ES_Event RunLanceService( ES_Event ThisEvent ); #endif /* ServTemplate_H */