![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Interface for in-line creating of NTNDArray. More...
#include "ntndarray.h"
Public Member Functions | |
POINTER_DEFINITIONS (NTNDArrayBuilder) | |
shared_pointer | addDescriptor () |
shared_pointer | addAlarm () |
shared_pointer | addTimeStamp () |
shared_pointer | addDisplay () |
epics::pvData::StructureConstPtr | createStructure () |
epics::pvData::PVStructurePtr | createPVStructure () |
NTNDArrayPtr | create () |
shared_pointer | add (std::string const &name, epics::pvData::FieldConstPtr const &field) |
Friends | |
class | ::epics::nt::NTNDArray |
Interface for in-line creating of NTNDArray.
One instance can be used to create multiple instances. An instance of this object must not be used concurrently (an object has a state).
Definition at line 43 of file ntndarray.h.
NTNDArrayBuilder::shared_pointer epics::nt::detail::NTNDArrayBuilder::add | ( | std::string const & | name, |
epics::pvData::FieldConstPtr const & | field | ||
) |
Adds extra Field to the type.
name | the name of the field. |
field | the field to be added. |
Definition at line 189 of file ntndarray.cpp.
NTNDArrayBuilder::shared_pointer epics::nt::detail::NTNDArrayBuilder::addAlarm | ( | ) |
Adds alarm field to the NTNDArray.
Definition at line 146 of file ntndarray.cpp.
NTNDArrayBuilder::shared_pointer epics::nt::detail::NTNDArrayBuilder::addDescriptor | ( | ) |
Adds descriptor field to the NTNDArray.
Definition at line 140 of file ntndarray.cpp.
NTNDArrayBuilder::shared_pointer epics::nt::detail::NTNDArrayBuilder::addDisplay | ( | ) |
Adds display field to the NTNDArray.
Definition at line 158 of file ntndarray.cpp.
NTNDArrayBuilder::shared_pointer epics::nt::detail::NTNDArrayBuilder::addTimeStamp | ( | ) |
Adds timeStamp field to the NTNDArray.
Definition at line 152 of file ntndarray.cpp.
NTNDArrayPtr epics::nt::detail::NTNDArrayBuilder::create | ( | ) |
Creates a NTNDArray instance. This resets this instance state and allows new instance to be created.
Definition at line 169 of file ntndarray.cpp.
PVStructurePtr epics::nt::detail::NTNDArrayBuilder::createPVStructure | ( | ) |
Creates a PVStructure that represents NTNDArray. This resets this instance state and allows new instance to be created.
Definition at line 164 of file ntndarray.cpp.
StructureConstPtr epics::nt::detail::NTNDArrayBuilder::createStructure | ( | ) |
Creates a Structure that represents NTNDArray. This resets this instance state and allows new instance to be created.
Definition at line 31 of file ntndarray.cpp.
epics::nt::detail::NTNDArrayBuilder::POINTER_DEFINITIONS | ( | NTNDArrayBuilder | ) |
|
friend |
Definition at line 116 of file ntndarray.h.