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

#include <RevoluteJointMotionProfileRecord.h>

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

Public Member Functions

 RevoluteJointMotionProfileRecord ()
 
 RevoluteJointMotionProfileRecord (const RevoluteJointMotionProfileRecord &source)
 
 ~RevoluteJointMotionProfileRecord ()
 
void copy (RevoluteJointMotionProfileRecord &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 getRevoluteJointMaxSpeed_rps (void)
 
bool setRevoluteJointMaxSpeed_rps (double value)
 
double getRevoluteJointMaxAccelerationRate_rps2 (void)
 
bool setRevoluteJointMaxAccelerationRate_rps2 (double value)
 
double getRevoluteJointMaxDecelerationRate_rps2 (void)
 
bool setRevoluteJointMaxDecelerationRate_rps2 (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

RevoluteJointMaxSpeedScaledInteger revoluteJointMaxSpeed_rps
 
RevoluteJointMaxAccelerationRateScaledInteger revoluteJointMaxAccelerationRate_rps2
 
RevoluteJointMaxDecelerationRateScaledInteger revoluteJointMaxDecelerationRate_rps2
 
- 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

◆ RevoluteJointMotionProfileRecord() [1/2]

openjaus::manipulator_v1_0::RevoluteJointMotionProfileRecord::RevoluteJointMotionProfileRecord ( )

◆ RevoluteJointMotionProfileRecord() [2/2]

openjaus::manipulator_v1_0::RevoluteJointMotionProfileRecord::RevoluteJointMotionProfileRecord ( const RevoluteJointMotionProfileRecord source)

◆ ~RevoluteJointMotionProfileRecord()

openjaus::manipulator_v1_0::RevoluteJointMotionProfileRecord::~RevoluteJointMotionProfileRecord ( )

Member Function Documentation

◆ copy()

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

◆ from()

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

◆ getRevoluteJointMaxAccelerationRate_rps2()

double openjaus::manipulator_v1_0::RevoluteJointMotionProfileRecord::getRevoluteJointMaxAccelerationRate_rps2 ( void  )

◆ getRevoluteJointMaxDecelerationRate_rps2()

double openjaus::manipulator_v1_0::RevoluteJointMotionProfileRecord::getRevoluteJointMaxDecelerationRate_rps2 ( void  )

◆ getRevoluteJointMaxSpeed_rps()

double openjaus::manipulator_v1_0::RevoluteJointMotionProfileRecord::getRevoluteJointMaxSpeed_rps ( void  )

◆ length()

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

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

◆ setRevoluteJointMaxAccelerationRate_rps2()

bool openjaus::manipulator_v1_0::RevoluteJointMotionProfileRecord::setRevoluteJointMaxAccelerationRate_rps2 ( double  value)

◆ setRevoluteJointMaxDecelerationRate_rps2()

bool openjaus::manipulator_v1_0::RevoluteJointMotionProfileRecord::setRevoluteJointMaxDecelerationRate_rps2 ( double  value)

◆ setRevoluteJointMaxSpeed_rps()

bool openjaus::manipulator_v1_0::RevoluteJointMotionProfileRecord::setRevoluteJointMaxSpeed_rps ( double  value)

◆ to()

uint64 openjaus::manipulator_v1_0::RevoluteJointMotionProfileRecord::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::RevoluteJointMotionProfileRecord::toXml ( unsigned char  ojIndentLevel = 0) const

Member Data Documentation

◆ revoluteJointMaxAccelerationRate_rps2

RevoluteJointMaxAccelerationRateScaledInteger openjaus::manipulator_v1_0::RevoluteJointMotionProfileRecord::revoluteJointMaxAccelerationRate_rps2
protected

◆ revoluteJointMaxDecelerationRate_rps2

RevoluteJointMaxDecelerationRateScaledInteger openjaus::manipulator_v1_0::RevoluteJointMotionProfileRecord::revoluteJointMaxDecelerationRate_rps2
protected

◆ revoluteJointMaxSpeed_rps

RevoluteJointMaxSpeedScaledInteger openjaus::manipulator_v1_0::RevoluteJointMotionProfileRecord::revoluteJointMaxSpeed_rps
protected

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