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

Lighting

Uploaded by

api-438120791
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)
37 views1 page

Lighting

Uploaded by

api-438120791
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

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

Header file for Lighting Flat Sate Machine


based on the Gen2 Events and Services Framework

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

#ifndef Lighting_H
#define Lighting_H

// Event Definitions
#include "ES_Configure.h" /* gets us event definitions */
#include "ES_Types.h" /* gets bool type for returns */

// typedefs for the states


// State definitions for use with the query function
typedef enum
{
InitPsState, TeamStatus, IGS, GO
}LightingState_t;

// Public Function Prototypes

bool InitLightingFSM(uint8_t Priority);


bool PostLightingFSM(ES_Event_t ThisEvent);
ES_Event_t RunLightingFSM(ES_Event_t ThisEvent);
LightingState_t QueryLightingSM(void);

#endif /* FSMLighting_H */

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy