![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Interface for in-line creating of NTHistogram. More...
#include "nthistogram.h"
Public Member Functions | |
POINTER_DEFINITIONS (NTHistogramBuilder) | |
shared_pointer | value (epics::pvData::ScalarType scalarType) |
shared_pointer | addDescriptor () |
shared_pointer | addAlarm () |
shared_pointer | addTimeStamp () |
epics::pvData::StructureConstPtr | createStructure () |
epics::pvData::PVStructurePtr | createPVStructure () |
NTHistogramPtr | create () |
shared_pointer | add (std::string const &name, epics::pvData::FieldConstPtr const &field) |
Friends | |
class | ::epics::nt::NTHistogram |
Interface for in-line creating of NTHistogram.
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 38 of file nthistogram.h.
NTHistogramBuilder::shared_pointer epics::nt::detail::NTHistogramBuilder::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 107 of file nthistogram.cpp.
NTHistogramBuilder::shared_pointer epics::nt::detail::NTHistogramBuilder::addAlarm | ( | ) |
Adds alarm field to the NTHistogram.
Definition at line 69 of file nthistogram.cpp.
NTHistogramBuilder::shared_pointer epics::nt::detail::NTHistogramBuilder::addDescriptor | ( | ) |
Adds descriptor field to the NTHistogram.
Definition at line 63 of file nthistogram.cpp.
NTHistogramBuilder::shared_pointer epics::nt::detail::NTHistogramBuilder::addTimeStamp | ( | ) |
Adds timeStamp field to the NTHistogram.
Definition at line 75 of file nthistogram.cpp.
NTHistogramPtr epics::nt::detail::NTHistogramBuilder::create | ( | ) |
Creates a NTHistogram instance. This resets this instance state and allows new instance to be created.
Definition at line 87 of file nthistogram.cpp.
PVStructurePtr epics::nt::detail::NTHistogramBuilder::createPVStructure | ( | ) |
Creates a PVStructure that represents NTHistogram. This resets this instance state and allows new instance to be created.
Definition at line 82 of file nthistogram.cpp.
StructureConstPtr epics::nt::detail::NTHistogramBuilder::createStructure | ( | ) |
Creates a Structure that represents NTHistogram. This resets this instance state and allows new instance to be created.
Definition at line 32 of file nthistogram.cpp.
epics::nt::detail::NTHistogramBuilder::POINTER_DEFINITIONS | ( | NTHistogramBuilder | ) |
NTHistogramBuilder::shared_pointer epics::nt::detail::NTHistogramBuilder::value | ( | epics::pvData::ScalarType | scalarType | ) |
Sets the scalar type of the value field array.
scalarType | the scalar type of the value field array. |
Definition at line 22 of file nthistogram.cpp.
|
friend |
Definition at line 114 of file nthistogram.h.