/****************************************************************************
Header file for Print service
based on the Gen 2 Events and Services Framework
****************************************************************************/
#ifndef PrintService_H
#define PrintService_H
#include "ES_Types.h"
// Public Function Prototypes
bool InitPrintService(uint8_t Priority);
bool PostPrintService(ES_Event_t ThisEvent);
ES_Event_t RunPrintService(ES_Event_t ThisEvent);
#endif /* PrintService_H */