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
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
Generated on Tue Jul 19 2022 00:31:06 by
 1.7.2