OpenJAUS Software Development Kit
4.3.1
|
#include <JointSpecificationList.h>
Inherits openjaus::model::fields::Array.
Public Member Functions | |
JointSpecificationList () | |
~JointSpecificationList () | |
void | copy (JointSpecificationList &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< JointSpecificationsVariant > & | getJointSpecifications () |
void | add (JointSpecificationsVariant value) |
void | remove (int index) |
bool | empty () |
void | clear () |
bool | set (std::size_t index, JointSpecificationsVariant value) |
JointSpecificationsVariant & | 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< JointSpecificationsVariant > | jointSpecifications |
![]() | |
TypesUnsigned | sizeType |
ArrayType | type |
std::vector< ArrayDimension *> | dimensions |
![]() | |
std::string | name |
openjaus::manipulator::JointSpecificationList::JointSpecificationList | ( | ) |
openjaus::manipulator::JointSpecificationList::~JointSpecificationList | ( | ) |
void openjaus::manipulator::JointSpecificationList::add | ( | JointSpecificationsVariant | value | ) |
void openjaus::manipulator::JointSpecificationList::clear | ( | ) |
void openjaus::manipulator::JointSpecificationList::copy | ( | JointSpecificationList & | source | ) |
bool openjaus::manipulator::JointSpecificationList::empty | ( | ) |
|
virtual |
src |
Reimplemented from openjaus::model::fields::Array.
JointSpecificationsVariant & openjaus::manipulator::JointSpecificationList::get | ( | std::size_t | index | ) |
std::vector< JointSpecificationsVariant > & openjaus::manipulator::JointSpecificationList::getJointSpecifications | ( | ) |
|
virtual |
Reimplemented from openjaus::model::fields::Array.
void openjaus::manipulator::JointSpecificationList::remove | ( | int | index | ) |
bool openjaus::manipulator::JointSpecificationList::set | ( | std::size_t | index, |
JointSpecificationsVariant | value | ||
) |
std::size_t openjaus::manipulator::JointSpecificationList::size | ( | ) |
|
virtual |
dst |
Reimplemented from openjaus::model::fields::Array.
std::string openjaus::manipulator::JointSpecificationList::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
|
protected |