John Mitchell / lpc4088_displaymodule_GC500_2_5inch

Dependencies:   DMBasicGUI DMSupport

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers GCComponentStatusEnums.h Source File

GCComponentStatusEnums.h

00001 #ifndef GCCOMPONENTSTATUSENUMS_H
00002 #define GCCOMPONENTSTATUSENUMS_H
00003 
00004 /*
00005     Enums enumerating the possible components of a GC, and the possible status of each one.
00006 */
00007 typedef enum enumGCComponent { COLUMN, INJECTOR, DETECTOR, GAS } GCComponent;
00008 
00009 typedef enum enumGCComponentStatus { COLD, HEATING_UP, READY, FAULTED, NONE } GCComponentStatus; // 'NONE' means (e.g.) 'not displayed yet'
00010 
00011 #endif //GCCOMPONENTSTATUSENUMS_H