versadac
1
versadac - Scalable Recorder Firmware
Main Page
Classes
Files
File List
File Members
core
common
enums
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 */
Generated on Wed Aug 19 2020 10:33:38 for versadac by
1.8.9.1