versadac  1
versadac - Scalable Recorder Firmware
ENUM_MCCoilStates.h
1 
2 /*
3 Enumerations for Master comms digital output channel coil states
4 $Id: ENUM_MCCoilStates.h 4938 2006-10-10 14:20:18Z martinto $
5 */
6 
7 #ifndef __ENUM_MCCOILSTATES_H
8 #define __ENUM_MCCOILSTATES_H
9 
10 enum ENUM_MCCoilStates
11 {
12  ENUM_MC_ON,
13  ENUM_MC_OFF,
14  ENUM_numberOfCoilStates
15 };
16 #endif /* __ENUM_MCCOILSTATES_H */