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


  Header file for Test Harness Service0

  based on the Gen 2 Events and Services Framework


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


#ifndef TestHarnessService0_H

#define TestHarnessService0_H


#include <stdint.h>

#include <stdbool.h>


#include "ES_Events.h"

#include "ES_Port.h"                // needed for definition of REENTRANT

// Public Function Prototypes


bool InitTestHarnessService0(uint8_t Priority);

bool PostTestHarnessService0(ES_Event_t ThisEvent);

ES_Event_t RunTestHarnessService0(ES_Event_t ThisEvent);


#endif /* ServTemplate_H */