EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes | List of all members
epicsAny Union Reference

Union of all types. More...

#include <epicsTypes.h>

Collaboration diagram for epicsAny:
Collaboration graph
[legend]

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

Strings included here as pointers only so that we support large string types.

Arrays included here as pointers because large arrays will not fit in this union.

Definition at line 86 of file epicsTypes.h.


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