versadac  1
versadac - Scalable Recorder Firmware
ENUM_PvFormat.h
1 
2 /*
3 Enumerations for PV Formats
4 $Id: ENUM_PvFormat.h 4938 2006-10-10 14:20:18Z martinto $
5 */
6 
7 #ifndef __ENUM_PVFORMAT_H
8 #define __ENUM_PVFORMAT_H
9 
10 enum ENUM_PvFormat
11 {
12  ENUM_PvFormatNumeric,
13  ENUM_PvFormatDigital,
14  ENUM_PvFormatElapsedTime,
15  ENUM_PvFormatScientific,
16  ENUM_PvFormatTime,
17  ENUM_PvFormatDate,
18  ENUM_PvFormatNumberOfFormats
19 };
20 
21 #endif /* __ENUM_PVFORMAT_H */