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

#include <ManipulatorCoordinateSystemRecord.h>

Inherits openjaus::model::fields::Record.

Public Member Functions

 ManipulatorCoordinateSystemRecord ()
 
 ManipulatorCoordinateSystemRecord (const ManipulatorCoordinateSystemRecord &source)
 
 ~ManipulatorCoordinateSystemRecord ()
 
void copy (ManipulatorCoordinateSystemRecord &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 (void) const
 Gets the serialized length of this object. More...
 
std::string toXml (unsigned char ojIndentLevel=0) const
 
double getManipulatorCoordinateSysX_m (void)
 
bool setManipulatorCoordinateSysX_m (double value)
 
double getManipulatorCoordinateSysY_m (void)
 
bool setManipulatorCoordinateSysY_m (double value)
 
double getManipulatorCoordinateSysZ_m (void)
 
bool setManipulatorCoordinateSysZ_m (double value)
 
double getDComponentOfUnitQuaternionQ (void)
 
bool setDComponentOfUnitQuaternionQ (double value)
 
double getAComponentOfUnitQuaternionQ (void)
 
bool setAComponentOfUnitQuaternionQ (double value)
 
double getBComponentOfUnitQuaternionQ (void)
 
bool setBComponentOfUnitQuaternionQ (double value)
 
double getCComponentOfUnitQuaternionQ (void)
 
bool setCComponentOfUnitQuaternionQ (double value)
 
- Public Member Functions inherited from openjaus::model::fields::Record
 Record ()
 
virtual ~Record ()
 
const std::vector< Field *> & getFields () const
 Accessor to get the value of fields. More...
 
bool setFields (const Field &fields)
 Accessor to set value of fields. 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

ManipulatorCoordinateSysXScaledInteger manipulatorCoordinateSysX_m
 
ManipulatorCoordinateSysYScaledInteger manipulatorCoordinateSysY_m
 
ManipulatorCoordinateSysZScaledInteger manipulatorCoordinateSysZ_m
 
DComponentOfUnitQuaternionQScaledInteger dComponentOfUnitQuaternionQ
 
AComponentOfUnitQuaternionQScaledInteger aComponentOfUnitQuaternionQ
 
BComponentOfUnitQuaternionQScaledInteger bComponentOfUnitQuaternionQ
 
CComponentOfUnitQuaternionQScaledInteger cComponentOfUnitQuaternionQ
 
- Protected Attributes inherited from openjaus::model::fields::Record
std::vector< Field *> fields
 
- Protected Attributes inherited from openjaus::model::fields::Field
std::string name
 

Constructor & Destructor Documentation

◆ ManipulatorCoordinateSystemRecord() [1/2]

openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::ManipulatorCoordinateSystemRecord ( )

◆ ManipulatorCoordinateSystemRecord() [2/2]

openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::ManipulatorCoordinateSystemRecord ( const ManipulatorCoordinateSystemRecord source)

◆ ~ManipulatorCoordinateSystemRecord()

openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::~ManipulatorCoordinateSystemRecord ( )

Member Function Documentation

◆ copy()

void openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::copy ( ManipulatorCoordinateSystemRecord source)

◆ from()

uint64 openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::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::Record.

◆ getAComponentOfUnitQuaternionQ()

double openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::getAComponentOfUnitQuaternionQ ( void  )

◆ getBComponentOfUnitQuaternionQ()

double openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::getBComponentOfUnitQuaternionQ ( void  )

◆ getCComponentOfUnitQuaternionQ()

double openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::getCComponentOfUnitQuaternionQ ( void  )

◆ getDComponentOfUnitQuaternionQ()

double openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::getDComponentOfUnitQuaternionQ ( void  )

◆ getManipulatorCoordinateSysX_m()

double openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::getManipulatorCoordinateSysX_m ( void  )

◆ getManipulatorCoordinateSysY_m()

double openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::getManipulatorCoordinateSysY_m ( void  )

◆ getManipulatorCoordinateSysZ_m()

double openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::getManipulatorCoordinateSysZ_m ( void  )

◆ length()

uint64 openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::length ( void  ) const
virtual

Reimplemented from openjaus::model::fields::Record.

◆ setAComponentOfUnitQuaternionQ()

bool openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::setAComponentOfUnitQuaternionQ ( double  value)

◆ setBComponentOfUnitQuaternionQ()

bool openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::setBComponentOfUnitQuaternionQ ( double  value)

◆ setCComponentOfUnitQuaternionQ()

bool openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::setCComponentOfUnitQuaternionQ ( double  value)

◆ setDComponentOfUnitQuaternionQ()

bool openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::setDComponentOfUnitQuaternionQ ( double  value)

◆ setManipulatorCoordinateSysX_m()

bool openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::setManipulatorCoordinateSysX_m ( double  value)

◆ setManipulatorCoordinateSysY_m()

bool openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::setManipulatorCoordinateSysY_m ( double  value)

◆ setManipulatorCoordinateSysZ_m()

bool openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::setManipulatorCoordinateSysZ_m ( double  value)

◆ to()

uint64 openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::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::Record.

◆ toXml()

std::string openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::toXml ( unsigned char  ojIndentLevel = 0) const

Member Data Documentation

◆ aComponentOfUnitQuaternionQ

AComponentOfUnitQuaternionQScaledInteger openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::aComponentOfUnitQuaternionQ
protected

◆ bComponentOfUnitQuaternionQ

BComponentOfUnitQuaternionQScaledInteger openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::bComponentOfUnitQuaternionQ
protected

◆ cComponentOfUnitQuaternionQ

CComponentOfUnitQuaternionQScaledInteger openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::cComponentOfUnitQuaternionQ
protected

◆ dComponentOfUnitQuaternionQ

DComponentOfUnitQuaternionQScaledInteger openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::dComponentOfUnitQuaternionQ
protected

◆ manipulatorCoordinateSysX_m

ManipulatorCoordinateSysXScaledInteger openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::manipulatorCoordinateSysX_m
protected

◆ manipulatorCoordinateSysY_m

ManipulatorCoordinateSysYScaledInteger openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::manipulatorCoordinateSysY_m
protected

◆ manipulatorCoordinateSysZ_m

ManipulatorCoordinateSysZScaledInteger openjaus::manipulator_v1_0::ManipulatorCoordinateSystemRecord::manipulatorCoordinateSysZ_m
protected

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