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