Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DMBasicGUI DMSupport
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
Generated on Tue Jul 19 2022 00:31:06 by
 1.7.2