9 #ifdef epicsExportSharedSymbols 10 # define ntunionEpicsExportSharedSymbols 11 # undef epicsExportSharedSymbols 14 #ifdef ntunionEpicsExportSharedSymbols 15 # define epicsExportSharedSymbols 16 # undef ntunionEpicsExportSharedSymbols 23 namespace epics {
namespace nt {
26 typedef std::tr1::shared_ptr<NTUnion>
NTUnionPtr;
38 public std::tr1::enable_shared_from_this<NTUnionBuilder>
55 shared_pointer addDescriptor();
61 shared_pointer addAlarm();
67 shared_pointer addTimeStamp();
112 friend class ::epics::nt::NTUnion;
131 static const std::string
URI;
190 static bool isCompatible(
201 static bool isCompatible(
218 static NTUnionBuilderPtr createBuilder();
Interface for in-line creating of NTUnion.
Convenience Class for NTUnion.
TODO only here because of the Lockable.
std::tr1::shared_ptr< const Structure > StructureConstPtr
Mark external symbols and entry points for shared libraries.
std::tr1::shared_ptr< PVUnion > PVUnionPtr
std::tr1::shared_ptr< const Union > UnionConstPtr
#define POINTER_DEFINITIONS(clazz)
Methods for accessing a timeStamp structure.
static const std::string URI
Methods for accessing an alarm structure.
std::vector< FieldConstPtr > FieldConstPtrArray
std::tr1::shared_ptr< const Field > FieldConstPtr
std::tr1::shared_ptr< PVStructure > PVStructurePtr
std::tr1::shared_ptr< PVString > PVStringPtr
std::vector< std::string > StringArray
std::tr1::shared_ptr< NTUnion > NTUnionPtr
std::tr1::shared_ptr< detail::NTUnionBuilder > NTUnionBuilderPtr