versadac  1
versadac - Scalable Recorder Firmware
ENUM_ReportFieldTypes.h
1 
2 /*
3 Enumerations for the field types
4 $Id: ENUM_ReportFieldTypes.h 4938 2006-10-10 14:20:18Z martinto $
5 */
6 
7 #ifndef __ENUM_REPORTFIELDTYPES_H
8 #define __ENUM_REPORTFIELDTYPES_H
9 
10 enum ENUM_ReportFieldTypes
11 {
12  ENUM_reportDateAndTime,
13  ENUM_reportRawText,
14  ENUM_reportProcessValue,
15  ENUM_reportBatchField,
16  ENUM_reportCustomMsg,
17  ENUM_reportLineFeed,
18  ENUM_numberOfFieldTypes
19 };
20 
21 #endif /* __ENUM_REPORTFIELDTYPES_H */