![]() |
This is Unofficial EPICS BASE Doxygen Site
|
This class implements introspection object for bounded scalar array. More...
#include "pvIntrospect.h"
Public Types | |
typedef FixedScalarArray & | reference |
typedef const FixedScalarArray & | const_reference |
![]() | |
typedef ScalarArray & | reference |
typedef const ScalarArray & | const_reference |
![]() | |
enum | ArraySizeType { variable, fixed, bounded } |
typedef Array & | reference |
typedef const Array & | const_reference |
![]() | |
enum | { isField =1 } |
Public Member Functions | |
POINTER_DEFINITIONS (FixedScalarArray) | |
FixedScalarArray (ScalarType scalarType, std::size_t size) | |
virtual ArraySizeType | getArraySizeType () const OVERRIDE FINAL |
virtual std::size_t | getMaximumCapacity () const OVERRIDE FINAL |
virtual std::string | getID () const OVERRIDE FINAL |
virtual void | serialize (ByteBuffer *buffer, SerializableControl *control) const OVERRIDE FINAL |
virtual | ~FixedScalarArray () |
![]() | |
POINTER_DEFINITIONS (ScalarArray) | |
ScalarArray (ScalarType scalarType) | |
ScalarType | getElementType () const |
virtual std::ostream & | dump (std::ostream &o) const OVERRIDE FINAL |
virtual void | deserialize (ByteBuffer *buffer, DeserializableControl *control) OVERRIDE FINAL |
std::tr1::shared_ptr< PVScalarArray > | build () const |
virtual | ~ScalarArray () |
![]() | |
POINTER_DEFINITIONS (Array) | |
virtual | ~Array () |
![]() | |
POINTER_DEFINITIONS (Field) | |
virtual | ~Field () |
Type | getType () const |
std::tr1::shared_ptr< PVField > | build () const |
![]() | |
virtual | ~Serializable () |
Friends | |
class | FieldCreate |
Additional Inherited Members | |
![]() | |
static size_t | num_instances |
![]() | |
Array (Type type) | |
![]() | |
Field (Type type) | |
void | cacheCleanup () |
This class implements introspection object for bounded scalar array.
Definition at line 575 of file pvIntrospect.h.
typedef const FixedScalarArray& epics::pvData::FixedScalarArray::const_reference |
Definition at line 579 of file pvIntrospect.h.
Definition at line 578 of file pvIntrospect.h.
epics::pvData::FixedScalarArray::FixedScalarArray | ( | ScalarType | scalarType, |
std::size_t | size | ||
) |
Constructor
scalarType | The scalarType for the field. |
size | maximum (bound) capacity. |
Definition at line 397 of file FieldCreateFactory.cpp.
|
virtual |
Definition at line 392 of file FieldCreateFactory.cpp.
|
inlinevirtual |
Get array size type (i.e. variable/fixed/bounded size array).
Reimplemented from epics::pvData::ScalarArray.
Definition at line 588 of file pvIntrospect.h.
|
virtual |
Get the identification string.
Reimplemented from epics::pvData::ScalarArray.
Definition at line 403 of file FieldCreateFactory.cpp.
|
inlinevirtual |
Get maximum capacity of the array.
Reimplemented from epics::pvData::ScalarArray.
Definition at line 590 of file pvIntrospect.h.
epics::pvData::FixedScalarArray::POINTER_DEFINITIONS | ( | FixedScalarArray | ) |
|
virtual |
Serialize field into given buffer.
buffer | serialization buffer. |
flusher | flush interface. |
Reimplemented from epics::pvData::ScalarArray.
Definition at line 410 of file FieldCreateFactory.cpp.
|
friend |
Definition at line 599 of file pvIntrospect.h.