|
areaDetector 3-14
EPICS areaDetector framework
|
Union defining the values in an NDAttribute object. More...
#include <NDAttribute.h>
Public Attributes | |
| epicsInt8 | i8 |
| Signed 8-bit integer. | |
| epicsUInt8 | ui8 |
| Unsigned 8-bit integer. | |
| epicsInt16 | i16 |
| Signed 16-bit integer. | |
| epicsUInt16 | ui16 |
| Unsigned 16-bit integer. | |
| epicsInt32 | i32 |
| Signed 32-bit integer. | |
| epicsUInt32 | ui32 |
| Unsigned 32-bit integer. | |
| epicsInt64 | i64 |
| Signed 64-bit integer. | |
| epicsUInt64 | ui64 |
| Unsigned 64-bit integer. | |
| epicsFloat32 | f32 |
| 32-bit float | |
| epicsFloat64 | f64 |
| 64-bit float | |
Union defining the values in an NDAttribute object.
| epicsFloat32 NDAttrValue::f32 |
32-bit float
| epicsFloat64 NDAttrValue::f64 |
64-bit float
| epicsInt16 NDAttrValue::i16 |
Signed 16-bit integer.
| epicsInt32 NDAttrValue::i32 |
Signed 32-bit integer.
| epicsInt64 NDAttrValue::i64 |
Signed 64-bit integer.
| epicsInt8 NDAttrValue::i8 |
Signed 8-bit integer.
| epicsUInt16 NDAttrValue::ui16 |
Unsigned 16-bit integer.
| epicsUInt32 NDAttrValue::ui32 |
Unsigned 32-bit integer.
| epicsUInt64 NDAttrValue::ui64 |
Unsigned 64-bit integer.
| epicsUInt8 NDAttrValue::ui8 |
Unsigned 8-bit integer.