Repository for import to local machine

Dependencies:   DMBasicGUI DMSupport

GCIgnitionStateEnum.h

Committer:
jmitc91516
Date:
2017-07-31
Revision:
8:26e49e6955bd
Parent:
1:a5258871b33d

File content as of revision 8:26e49e6955bd:

#ifndef GCIGNITIONSTATEENUM_H
#define GCIGNITIONSTATEENUM_H

/*
    An enum specifying the possible ignition states (FID and FPD detectors)
*/
typedef enum enumIgnitionState { NOT_LIT = 1, LIGHTING = 2, LIT = 3 } IgnitionState;

#endif // GCIGNITIONSTATEENUM_H