This is Unofficial EPICS BASE Doxygen Site
epics_any Union Reference

#include "epicsTypes.h"

+ Collaboration diagram for epics_any:

Public Attributes

epicsInt8 int8
 
epicsUInt8 uInt8
 
epicsInt16 int16
 
epicsUInt16 uInt16
 
epicsEnum16 enum16
 
epicsInt32 int32
 
epicsUInt32 uInt32
 
epicsInt64 int64
 
epicsUInt64 uInt64
 
epicsFloat32 float32
 
epicsFloat64 float64
 
epicsString string
 

Detailed Description

Definition at line 77 of file epicsTypes.h.

Member Data Documentation

epicsEnum16 epics_any::enum16

Definition at line 82 of file epicsTypes.h.

epicsFloat32 epics_any::float32

Definition at line 87 of file epicsTypes.h.

epicsFloat64 epics_any::float64

Definition at line 88 of file epicsTypes.h.

epicsInt16 epics_any::int16

Definition at line 80 of file epicsTypes.h.

epicsInt32 epics_any::int32

Definition at line 83 of file epicsTypes.h.

epicsInt64 epics_any::int64

Definition at line 85 of file epicsTypes.h.

epicsInt8 epics_any::int8

Definition at line 78 of file epicsTypes.h.

epicsString epics_any::string

Definition at line 89 of file epicsTypes.h.

epicsUInt16 epics_any::uInt16

Definition at line 81 of file epicsTypes.h.

epicsUInt32 epics_any::uInt32

Definition at line 84 of file epicsTypes.h.

epicsUInt64 epics_any::uInt64

Definition at line 86 of file epicsTypes.h.

epicsUInt8 epics_any::uInt8

Definition at line 79 of file epicsTypes.h.


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