|
OpenJAUS Software Development Kit
4.3.1
|
#include <QSComponentList.h>
Inherits openjaus::model::fields::Array.
Public Member Functions | |
| QSComponentList () | |
| ~QSComponentList () | |
| void | copy (QSComponentList &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< model::fields::UnsignedByte > & | getComponentID () |
| void | add (model::fields::UnsignedByte value) |
| void | remove (int index) |
| bool | empty () |
| void | clear () |
| bool | set (std::size_t index, model::fields::UnsignedByte value) |
| model::fields::UnsignedByte & | get (std::size_t index) |
| std::size_t | size () |
Public Member Functions inherited from openjaus::model::fields::Array | |
| 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 |
Public Member Functions inherited from openjaus::model::fields::ComplexField | |
| virtual | ~ComplexField () |
Public Member Functions inherited from openjaus::model::fields::Field | |
| 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... | |
Public Member Functions inherited from openjaus::system::Transportable | |
| virtual | ~Transportable () |
| Transportable () | |
Protected Attributes | |
| std::vector< model::fields::UnsignedByte > | componentID |
Protected Attributes inherited from openjaus::model::fields::Array | |
| TypesUnsigned | sizeType |
| ArrayType | type |
| std::vector< ArrayDimension *> | dimensions |
Protected Attributes inherited from openjaus::model::fields::Field | |
| std::string | name |
| openjaus::core::QSComponentList::QSComponentList | ( | ) |
| openjaus::core::QSComponentList::~QSComponentList | ( | ) |
| void openjaus::core::QSComponentList::add | ( | model::fields::UnsignedByte | value | ) |
| void openjaus::core::QSComponentList::clear | ( | ) |
| void openjaus::core::QSComponentList::copy | ( | QSComponentList & | source | ) |
| bool openjaus::core::QSComponentList::empty | ( | ) |
|
virtual |
| src |
Reimplemented from openjaus::model::fields::Array.
| model::fields::UnsignedByte & openjaus::core::QSComponentList::get | ( | std::size_t | index | ) |
| std::vector< model::fields::UnsignedByte > & openjaus::core::QSComponentList::getComponentID | ( | ) |
|
virtual |
Reimplemented from openjaus::model::fields::Array.
| void openjaus::core::QSComponentList::remove | ( | int | index | ) |
| bool openjaus::core::QSComponentList::set | ( | std::size_t | index, |
| model::fields::UnsignedByte | value | ||
| ) |
| std::size_t openjaus::core::QSComponentList::size | ( | ) |
|
virtual |
| dst |
Reimplemented from openjaus::model::fields::Array.
| std::string openjaus::core::QSComponentList::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
|
protected |