Repository for import to local machine

Dependencies:   DMBasicGUI DMSupport

GCComponentStatusEnums.h

Committer:
jmitc91516
Date:
2017-07-31
Revision:
8:26e49e6955bd
Parent:
1:a5258871b33d

File content as of revision 8:26e49e6955bd:

#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