quadEM  7-0
Public Attributes | List of all members
NDAttrValue Union Reference

Union defining the values in an NDAttribute object. More...

#include <NDAttribute.h>

Public Attributes

epicsInt8 i8
 Signed 8-bit integer. More...
 
epicsUInt8 ui8
 Unsigned 8-bit integer. More...
 
epicsInt16 i16
 Signed 16-bit integer. More...
 
epicsUInt16 ui16
 Unsigned 16-bit integer. More...
 
epicsInt32 i32
 Signed 32-bit integer. More...
 
epicsUInt32 ui32
 Unsigned 32-bit integer. More...
 
epicsInt64 i64
 Signed 64-bit integer. More...
 
epicsUInt64 ui64
 Unsigned 64-bit integer. More...
 
epicsFloat32 f32
 32-bit float More...
 
epicsFloat64 f64
 64-bit float More...
 

Detailed Description

Union defining the values in an NDAttribute object.

Member Data Documentation

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.


The documentation for this union was generated from the following file: