versadac
1
versadac - Scalable Recorder Firmware
Main Page
Classes
Files
File List
File Members
core
common
enums
ENUM_PVTypes.h
1
2
/*
3
PV types.
4
$Id$
5
*/
6
7
#ifndef __ENUM_PV_TYPES_H
8
#define __ENUM_PV_TYPES_H
9
10
enum
ENUM_PVTypes
11
{
12
ANALOG_INPUT_PV,
13
MATH_PV,
14
TOTALISER_PV,
15
COUNTER_PV,
16
MAX_PV_TYPE = COUNTER_PV,
17
NO_SUCH_PV = MAX_PV_TYPE + 1
18
};
19
20
#endif
/* __ENUM_PV_TYPES_H */
Generated on Wed Aug 19 2020 10:33:38 for versadac by
1.8.9.1