/****************************************************************************
Header file for RecInput service
based on the Gen 2 Events and Services Framework
****************************************************************************/
#ifndef RecInputService_H
#define RecInputService_H
#include "ES_Types.h"
// Public Function Prototypes
bool InitRecInputService(uint8_t Priority);
bool PostRecInputService(ES_Event_t ThisEvent);
ES_Event_t RunRecInputService(ES_Event_t ThisEvent);
#endif /* ServTemplate_H */