Repository for import to local machine

Dependencies:   DMBasicGUI DMSupport

GCComponentStatusEnums.h

Committer:
jmitc91516
Date:
2017-07-20
Revision:
1:a5258871b33d
Parent:
0:47c880c1463d

File content as of revision 1:a5258871b33d:

#ifndef GCCOMPONENTSTATUSENUMS_H
#define GCCOMPONENTSTATUSENUMS_H

/*
    Enums enumerating the possible components of a GC, and the possible status of each one.
*/
typedef enum enumGCComponent { COLUMN, INJECTOR, DETECTOR, GAS } GCComponent;

typedef enum enumGCComponentStatus { COLD, HEATING_UP, READY, FAULTED, NONE } GCComponentStatus; // 'NONE' means (e.g.) 'not displayed yet'

#endif //GCCOMPONENTSTATUSENUMS_H