0% found this document useful (0 votes)
50 views1 page

Es Eventcheckwrapper

This header file is a wrapper that includes the headers for modules containing event checking functions. It includes headers for event checkers, rocket motor service, tera motor service, pop-up button, and fan service to provide prototypes for checking events across multiple modules in a single include.

Uploaded by

api-384495602
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)
50 views1 page

Es Eventcheckwrapper

This header file is a wrapper that includes the headers for modules containing event checking functions. It includes headers for event checkers, rocket motor service, tera motor service, pop-up button, and fan service to provide prototypes for checking events across multiple modules in a single include.

Uploaded by

api-384495602
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 "RocketMotorService.h"
#include "TeraMotorService.h"
#include "PopUpButton.h"
#include "FanService.h"
#endif // ES_EventCheckWrapper_H

You might also like