versadac  1
versadac - Scalable Recorder Firmware
ENUM_MCDataTypes.h
1 
2 /*
3 Enumerations for Master comms data types
4 $Id: ENUM_MCDataTypes.h 4938 2006-10-10 14:20:18Z martinto $
5 */
6 
7 #ifndef __ENUM_MCDATATYPES_H
8 #define __ENUM_MCDATATYPES_H
9 
10 enum ENUM_MCDataTypes
11 {
12  ENUM_MC_Double,
13  ENUM_MC_Long,
14  ENUM_MC_Integer,
15  ENUM_MC_Byte,
16  ENUM_MC_ULong,
17  ENUM_MC_UInteger,
18  ENUM_MC_UByte,
19  ENUM_MC_String,
20  ENUM_MC_DoubleWordSwapped,
21  ENUM_MC_LongWordSwapped,
22  ENUM_MC_ULongWordSwapped,
23  ENUM_MC_BitReg,
24  ENUM_numberOfDataTypes
25 };
26 #endif /* __ENUM_MCDATATYPES_H */