You are on page 1of 1

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

Header file for template service


based on the Gen 2 Events and Services Framework

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

#ifndef ActivityService_H
#define ActivityService_H

#include "ES_Types.h"

// Public Function Prototypes

bool InitActivityService(uint8_t Priority);


bool PostActivityService(ES_Event_t ThisEvent);
ES_Event_t RunActivityService(ES_Event_t ThisEvent);

#endif /* ServTemplate_H */

You might also like