OpenJAUS Software Development Kit
4.3.1
|
#include <StillImageSensorConfigurationListRefArray.h>
Inherits openjaus::model::fields::Array.
Public Member Functions | |
StillImageSensorConfigurationListRefArray () | |
~StillImageSensorConfigurationListRefArray () | |
void | copy (StillImageSensorConfigurationListRefArray &source) |
virtual int | to (system::Buffer *dst) |
Operation to. More... | |
virtual int | from (system::Buffer *src) |
Operation from. More... | |
virtual int | length () |
Serializes object to internal transport buffer. More... | |
std::string | toXml (unsigned char ojIndentLevel=0) const |
std::vector< StillImageSensorConfigurationRecord > & | getStillImageSensorConfigurationRec () |
void | add (StillImageSensorConfigurationRecord value) |
void | remove (int index) |
bool | empty () |
void | clear () |
bool | set (std::size_t index, StillImageSensorConfigurationRecord value) |
StillImageSensorConfigurationRecord & | get (std::size_t index) |
std::size_t | size () |
![]() | |
Array () | |
virtual | ~Array () |
TypesUnsigned | getSizeType () const |
Accessor to get the value of sizeType. More... | |
bool | setSizeType (TypesUnsigned sizeType) |
Accessor to set value of sizeType. More... | |
const ArrayType & | getType () const |
Accessor to get the value of type. More... | |
bool | setType (const ArrayType &type) |
Accessor to set value of type. More... | |
const std::vector< ArrayDimension *> & | getDimensions () const |
Accessor to get the value of dimensions. More... | |
bool | setDimensions (const ArrayDimension &dimensions) |
Accessor to set value of dimensions. More... | |
virtual std::string | toString () const |
![]() | |
virtual | ~ComplexField () |
![]() | |
Field () | |
virtual | ~Field () |
std::string | getName () const |
Accessor to get the value of name. More... | |
bool | setName (std::string name) |
Accessor to set value of name. More... | |
![]() | |
virtual | ~Transportable () |
Transportable () | |
Protected Attributes | |
std::vector< StillImageSensorConfigurationRecord > | stillImageSensorConfigurationRec |
![]() | |
TypesUnsigned | sizeType |
ArrayType | type |
std::vector< ArrayDimension *> | dimensions |
![]() | |
std::string | name |
openjaus::environment::StillImageSensorConfigurationListRefArray::StillImageSensorConfigurationListRefArray | ( | ) |
openjaus::environment::StillImageSensorConfigurationListRefArray::~StillImageSensorConfigurationListRefArray | ( | ) |
void openjaus::environment::StillImageSensorConfigurationListRefArray::add | ( | StillImageSensorConfigurationRecord | value | ) |
void openjaus::environment::StillImageSensorConfigurationListRefArray::clear | ( | ) |
void openjaus::environment::StillImageSensorConfigurationListRefArray::copy | ( | StillImageSensorConfigurationListRefArray & | source | ) |
bool openjaus::environment::StillImageSensorConfigurationListRefArray::empty | ( | ) |
|
virtual |
src |
Reimplemented from openjaus::model::fields::Array.
StillImageSensorConfigurationRecord & openjaus::environment::StillImageSensorConfigurationListRefArray::get | ( | std::size_t | index | ) |
std::vector< StillImageSensorConfigurationRecord > & openjaus::environment::StillImageSensorConfigurationListRefArray::getStillImageSensorConfigurationRec | ( | ) |
|
virtual |
Reimplemented from openjaus::model::fields::Array.
void openjaus::environment::StillImageSensorConfigurationListRefArray::remove | ( | int | index | ) |
bool openjaus::environment::StillImageSensorConfigurationListRefArray::set | ( | std::size_t | index, |
StillImageSensorConfigurationRecord | value | ||
) |
std::size_t openjaus::environment::StillImageSensorConfigurationListRefArray::size | ( | ) |
|
virtual |
dst |
Reimplemented from openjaus::model::fields::Array.
std::string openjaus::environment::StillImageSensorConfigurationListRefArray::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
|
protected |