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