0% found this document useful (0 votes)
31 views

Es Eventcheckwrapper

This header file acts as a wrapper to include prototypes for event checking functions from other modules. It includes the EventCheckers header, which contains event checking functions for a template project. It also includes headers for a LeafSM and ControlSM module which likely declare additional event checking functions.

Uploaded by

api-438010548
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

Es Eventcheckwrapper

This header file acts as a wrapper to include prototypes for event checking functions from other modules. It includes the EventCheckers header, which contains event checking functions for a template project. It also includes headers for a LeafSM and ControlSM module which likely declare additional event checking functions.

Uploaded by

api-438010548
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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

Module
ES_EventCheckWrapper.h
Description
This is a wrapper header file for all of the header files that include
prototypes for event checking functions.
Notes

History
When Who What/Why
-------------- --- --------
12/19/16 20:12 jec Started coding
*****************************************************************************/

#ifndef ES_EventCheckWrapper_H
#define ES_EventCheckWrapper_H

// This is the header for the event checkers for the template project
#include "EventCheckers.h"

// Here you would #include the header files for any other modules that
// contained event checking functions
#include "LeafSM.h"
#include "ControlSM.h"

#endif // ES_EventCheckWrapper_H

You might also like