You are on page 1of 1

/****************************************************************************

Header file for Counter Service


based on the Gen 2 Events and Services Framework

****************************************************************************/

#ifndef CounterService_H
#define CounterService_H

#include "ES_Types.h"

// Public Function Prototypes

bool InitCounterService(uint8_t Priority);


bool PostCounterService(ES_Event_t ThisEvent);
ES_Event_t RunCounterService(ES_Event_t ThisEvent);

#endif /* ServTemplate_H */

You might also like