OpenJAUS SAE SDK  6.0.0
Public Member Functions | Protected Attributes | List of all members
openjaus::ugv_v1_0::ReportStabilizerPositionList Class Reference

#include <ReportStabilizerPositionList.h>

Inherits openjaus::model::fields::Array.

Public Member Functions

 ReportStabilizerPositionList ()
 
 ~ReportStabilizerPositionList ()
 
void copy (ReportStabilizerPositionList &source)
 
virtual uint64 to (system::BufferWriter &dst) const
 Serializes the contents of this object into the Buffer connected to the provided BufferWriter. More...
 
virtual uint64 from (system::BufferReader &src)
 Deserializes the contents the Buffer connected to the provided BufferReader into this object. More...
 
virtual uint64 length () const
 Gets the serialized length of this object. More...
 
std::string toXml (unsigned char ojIndentLevel=0) const
 
std::vector< ReportStabilizerPositionRecord > & getReportStabilizerPositionRec ()
 
void add (ReportStabilizerPositionRecord value)
 
void remove (int index)
 
bool empty ()
 
void clear ()
 
bool set (std::size_t index, ReportStabilizerPositionRecord value)
 
ReportStabilizerPositionRecordget (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 ArrayTypegetType () 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
 Transportable ()
 
virtual ~Transportable ()
 

Protected Attributes

std::vector< ReportStabilizerPositionRecordreportStabilizerPositionRec
 
- 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
 

Constructor & Destructor Documentation

◆ ReportStabilizerPositionList()

openjaus::ugv_v1_0::ReportStabilizerPositionList::ReportStabilizerPositionList ( )

◆ ~ReportStabilizerPositionList()

openjaus::ugv_v1_0::ReportStabilizerPositionList::~ReportStabilizerPositionList ( )

Member Function Documentation

◆ add()

void openjaus::ugv_v1_0::ReportStabilizerPositionList::add ( ReportStabilizerPositionRecord  value)

◆ clear()

void openjaus::ugv_v1_0::ReportStabilizerPositionList::clear ( )

◆ copy()

void openjaus::ugv_v1_0::ReportStabilizerPositionList::copy ( ReportStabilizerPositionList source)

◆ empty()

bool openjaus::ugv_v1_0::ReportStabilizerPositionList::empty ( )

◆ from()

uint64 openjaus::ugv_v1_0::ReportStabilizerPositionList::from ( system::BufferReader src)
virtual

Deserializes the contents the Buffer connected to the provided BufferReader into this object. The BufferReader position will be advanced inside this method such that calling from() again will attempt to read the next Transportable object from the Buffer.

Parameters
src

Reimplemented from openjaus::model::fields::Array.

◆ get()

ReportStabilizerPositionRecord & openjaus::ugv_v1_0::ReportStabilizerPositionList::get ( std::size_t  index)

◆ getReportStabilizerPositionRec()

std::vector< ReportStabilizerPositionRecord > & openjaus::ugv_v1_0::ReportStabilizerPositionList::getReportStabilizerPositionRec ( )

◆ length()

uint64 openjaus::ugv_v1_0::ReportStabilizerPositionList::length ( ) const
virtual

Reimplemented from openjaus::model::fields::Array.

◆ remove()

void openjaus::ugv_v1_0::ReportStabilizerPositionList::remove ( int  index)

◆ set()

bool openjaus::ugv_v1_0::ReportStabilizerPositionList::set ( std::size_t  index,
ReportStabilizerPositionRecord  value 
)

◆ size()

std::size_t openjaus::ugv_v1_0::ReportStabilizerPositionList::size ( )

◆ to()

uint64 openjaus::ugv_v1_0::ReportStabilizerPositionList::to ( system::BufferWriter dst) const
virtual

Serializes the contents of this object into the Buffer connected to the provided BufferWriter. The BufferWriter position will be advanced inside this method such that calling to() again will write the Transportable object into the Buffer a second time.

Parameters
dst

Reimplemented from openjaus::model::fields::Array.

◆ toXml()

std::string openjaus::ugv_v1_0::ReportStabilizerPositionList::toXml ( unsigned char  ojIndentLevel = 0) const

Member Data Documentation

◆ reportStabilizerPositionRec

std::vector<ReportStabilizerPositionRecord> openjaus::ugv_v1_0::ReportStabilizerPositionList::reportStabilizerPositionRec
protected

The documentation for this class was generated from the following files: