![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Interface for in-line creating of NTMatrix. More...
#include "ntmatrix.h"
Public Member Functions | |
POINTER_DEFINITIONS (NTMatrixBuilder) | |
shared_pointer | addDim () |
shared_pointer | addDescriptor () |
shared_pointer | addAlarm () |
shared_pointer | addTimeStamp () |
shared_pointer | addDisplay () |
epics::pvData::StructureConstPtr | createStructure () |
epics::pvData::PVStructurePtr | createPVStructure () |
NTMatrixPtr | create () |
shared_pointer | add (std::string const &name, epics::pvData::FieldConstPtr const &field) |
Friends | |
class | ::epics::nt::NTMatrix |
Interface for in-line creating of NTMatrix.
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 40 of file ntmatrix.h.
NTMatrixBuilder::shared_pointer epics::nt::detail::NTMatrixBuilder::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 111 of file ntmatrix.cpp.
NTMatrixBuilder::shared_pointer epics::nt::detail::NTMatrixBuilder::addAlarm | ( | ) |
Adds alarm field to the NTMatrix.
Definition at line 67 of file ntmatrix.cpp.
NTMatrixBuilder::shared_pointer epics::nt::detail::NTMatrixBuilder::addDescriptor | ( | ) |
Adds descriptor field to the NTMatrix.
Definition at line 61 of file ntmatrix.cpp.
NTMatrixBuilder::shared_pointer epics::nt::detail::NTMatrixBuilder::addDim | ( | ) |
Adds dimension field to the NTMatrix.
Definition at line 55 of file ntmatrix.cpp.
NTMatrixBuilder::shared_pointer epics::nt::detail::NTMatrixBuilder::addDisplay | ( | ) |
Adds display field to the NTMatrix.
Definition at line 79 of file ntmatrix.cpp.
NTMatrixBuilder::shared_pointer epics::nt::detail::NTMatrixBuilder::addTimeStamp | ( | ) |
Adds timeStamp field to the NTMatrix.
Definition at line 73 of file ntmatrix.cpp.
NTMatrixPtr epics::nt::detail::NTMatrixBuilder::create | ( | ) |
Creates a NTMatrix instance. This resets this instance state and allows new instance to be created.
Definition at line 90 of file ntmatrix.cpp.
PVStructurePtr epics::nt::detail::NTMatrixBuilder::createPVStructure | ( | ) |
Creates a PVStructure that represents NTMatrix. This resets this instance state and allows new instance to be created.
Definition at line 85 of file ntmatrix.cpp.
StructureConstPtr epics::nt::detail::NTMatrixBuilder::createStructure | ( | ) |
Creates a Structure that represents NTMatrix. This resets this instance state and allows new instance to be created.
Definition at line 22 of file ntmatrix.cpp.
epics::nt::detail::NTMatrixBuilder::POINTER_DEFINITIONS | ( | NTMatrixBuilder | ) |
|
friend |
Definition at line 120 of file ntmatrix.h.