versadac  1
versadac - Scalable Recorder Firmware
ENUM_MCScalingTypes.h
1 
2 /*
3 Enumerations for Master comms scaling types
4 $Id: ENUM_MCScalingTypes.h 4938 2006-10-10 14:20:18Z martinto $
5 */
6 
7 #ifndef __ENUM_MCSCALINGTYPES_H
8 #define __ENUM_MCSCALINGTYPES_H
9 
10 enum ENUM_MCScalingTypes
11 {
12  ENUM_MC_None,
13  ENUM_MC_HighLow,
14  ENUM_MC_DecimalPlaces,
15  ENUM_numberOfScalingTypes
16 };
17 #endif /* __ENUM_MCSCALINGTYPES_H */