John Mitchell / lpc4088_displaymodule_GC500_2_5inch

Dependencies:   DMBasicGUI DMSupport

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers GCIgnitionStateEnum.h Source File

GCIgnitionStateEnum.h

00001 #ifndef GCIGNITIONSTATEENUM_H
00002 #define GCIGNITIONSTATEENUM_H
00003 
00004 /*
00005     An enum specifying the possible ignition states (FID and FPD detectors)
00006 */
00007 typedef enum enumIgnitionState { NOT_LIT = 1, LIGHTING = 2, LIT = 3 } IgnitionState;
00008 
00009 #endif // GCIGNITIONSTATEENUM_H