OpenJAUS Software Development Kit  4.3.1
Public Member Functions | Static Public Attributes | Private Attributes | Friends | List of all members
openjaus::manipulator::ReportCommandedPanTiltJointVelocity Class Reference

ReportCommandedPanTiltJointVelocity Message Implementation. More...

#include <ReportCommandedPanTiltJointVelocity.h>

Inherits openjaus::model::Message.

Public Member Functions

 ReportCommandedPanTiltJointVelocity ()
 
 ReportCommandedPanTiltJointVelocity (model::Message *message)
 
 ~ReportCommandedPanTiltJointVelocity ()
 
virtual int to (system::Buffer *dst)
 Pack this message to the given openjaus::system::Buffer. More...
 
virtual int from (system::Buffer *src)
 Unpack this message from the given openjaus::system::Buffer. More...
 
virtual int length ()
 Get the number of bytes this message would occupy in a serialized buffer. More...
 
std::string toXml (unsigned char ojIndentLevel=0) const
 Used to serialize the runtime state of the message to an XML format. More...
 
std::string toString () const
 Returns a string populated with the Message name and ID More...
 
double getJoint1Velocity_rps (void)
 
bool setJoint1Velocity_rps (double value)
 
double getJoint2Velocity_rps (void)
 
bool setJoint2Velocity_rps (double value)
 
- Public Member Functions inherited from openjaus::model::Message
 Message ()
 
virtual ~Message ()
 
 Message (Message *message)
 
int to (system::Buffer *dst)
 Operation to. More...
 
int from (system::Buffer *src)
 Operation from. More...
 
- Public Member Functions inherited from openjaus::transport::Wrapper
 Wrapper ()
 
virtual ~Wrapper ()
 
AckNakType getAckNak () const
 Accessor to get the value of ackNak. More...
 
bool setAckNak (AckNakType ackNak)
 Accessor to set value of ackNak. More...
 
bool isCompressible () const
 Accessor to get the value of compressible. More...
 
bool setCompressible (bool compressible)
 Accessor to set value of compressible. More...
 
bool isMustArrive () const
 Accessor to get the value of mustArrive. More...
 
bool setMustArrive (bool mustArrive)
 Accessor to set value of mustArrive. More...
 
uint16_t getSequenceNumber () const
 Accessor to get the value of sequenceNumber. More...
 
bool setSequenceNumber (uint16_t sequenceNumber)
 Accessor to set value of sequenceNumber. More...
 
WrapperType getType () const
 Accessor to get the value of type. More...
 
bool setType (WrapperType type)
 Accessor to set value of type. More...
 
Priority getPriority () const
 Accessor to get the value of priority. More...
 
bool setPriority (Priority priority)
 Accessor to set value of priority. More...
 
BroadcastType getBroadcastFlag () const
 Accessor to get the value of broadcastFlag. More...
 
bool setBroadcastFlag (BroadcastType broadcastFlag)
 Accessor to set value of broadcastFlag. More...
 
LargeMessageType getLargeMessageFlag () const
 Accessor to get the value of largeMessageFlag. More...
 
bool setLargeMessageFlag (LargeMessageType largeMessageFlag)
 Accessor to set value of largeMessageFlag. More...
 
const AddressgetDestination () const
 Accessor to get the value of destination. More...
 
bool setDestination (const Address &destination)
 Accessor to set value of destination. More...
 
system::TransportablegetPayload () const
 Accessor to get the value of payload. More...
 
bool setPayload (system::Transportable *payload)
 Accessor to set value of payload. More...
 
const AddressgetSource () const
 Accessor to get the value of source. More...
 
bool setSource (const Address &source)
 Accessor to set value of source. More...
 
TransportDatagetTransportData () const
 Accessor to get the value of transportData. More...
 
bool setTransportData (TransportData *transportData)
 Accessor to set value of transportData. More...
 
virtual int prioritizedValue ()
 Operation prioritizedValue. More...
 
virtual Wrapperclone ()
 
- Public Member Functions inherited from openjaus::system::Transportable
virtual ~Transportable ()
 
 Transportable ()
 
- Public Member Functions inherited from openjaus::system::Prioritized
virtual ~Prioritized ()
 
- Public Member Functions inherited from openjaus::model::Trigger
 Trigger ()
 
virtual ~Trigger ()
 
double getTriggerTimestamp_sec () const
 Accessor to get the value of triggerTimestamp_sec. More...
 
bool setTriggerTimestamp_sec (double triggerTimestamp_sec)
 Accessor to set value of triggerTimestamp_sec. More...
 
uint32_t getId () const
 Accessor to get the value of id. More...
 
bool setId (uint32_t id)
 Accessor to set value of id. More...
 
std::string idString ()
 Operation idString. More...
 

Static Public Attributes

static const uint16_t ID = 0x4631
 
static const double JOINT1VELOCITY_MIN_VALUE = -31.41592653589793
 
static const double JOINT1VELOCITY_MAX_VALUE = 31.41592653589793
 
static const double JOINT2VELOCITY_MIN_VALUE = -31.41592653589793
 
static const double JOINT2VELOCITY_MAX_VALUE = 31.41592653589793
 

Private Attributes

Joint1VelocityScaledInteger joint1Velocity_rps
 
Joint2VelocityScaledInteger joint2Velocity_rps
 

Friends

OPENJAUS_EXPORT friend std::ostream & operator<< (std::ostream &output, const ReportCommandedPanTiltJointVelocity &object)
 OStream operator for Message object More...
 
OPENJAUS_EXPORT friend std::ostream & operator<< (std::ostream &output, const ReportCommandedPanTiltJointVelocity *object)
 OStream operator for Message pointer More...
 

Additional Inherited Members

- Protected Member Functions inherited from openjaus::transport::Wrapper
 Wrapper (const Wrapper &wrapper)
 
- Protected Attributes inherited from openjaus::transport::Wrapper
AckNakType ackNak
 
bool compressible
 
bool mustArrive
 
uint16_t sequenceNumber
 
WrapperType type
 
Priority priority
 
BroadcastType broadcastFlag
 
LargeMessageType largeMessageFlag
 
Address destination
 
system::Transportablepayload
 
Address source
 
TransportDatatransportData
 
- Protected Attributes inherited from openjaus::model::Trigger
double triggerTimestamp_sec
 
uint32_t id
 

Detailed Description

This message provides the receiver with the commanded joint velocities for the pan tilt mechanism.

Constructor & Destructor Documentation

§ ReportCommandedPanTiltJointVelocity() [1/2]

openjaus::manipulator::ReportCommandedPanTiltJointVelocity::ReportCommandedPanTiltJointVelocity ( )

§ ReportCommandedPanTiltJointVelocity() [2/2]

openjaus::manipulator::ReportCommandedPanTiltJointVelocity::ReportCommandedPanTiltJointVelocity ( model::Message message)

§ ~ReportCommandedPanTiltJointVelocity()

openjaus::manipulator::ReportCommandedPanTiltJointVelocity::~ReportCommandedPanTiltJointVelocity ( )

Member Function Documentation

§ from()

int openjaus::manipulator::ReportCommandedPanTiltJointVelocity::from ( system::Buffer src)
virtual
Parameters
[in]src- The source openjaus::system::Buffer from which this message will be unpacked.
Returns
The number of bytes unpacked from the source buffer

Reimplemented from openjaus::transport::Wrapper.

§ getJoint1Velocity_rps()

double openjaus::manipulator::ReportCommandedPanTiltJointVelocity::getJoint1Velocity_rps ( void  )

§ getJoint2Velocity_rps()

double openjaus::manipulator::ReportCommandedPanTiltJointVelocity::getJoint2Velocity_rps ( void  )

§ length()

int openjaus::manipulator::ReportCommandedPanTiltJointVelocity::length ( void  )
virtual
Returns
The number of bytes this message would occupy in a buffer

Reimplemented from openjaus::model::Message.

§ setJoint1Velocity_rps()

bool openjaus::manipulator::ReportCommandedPanTiltJointVelocity::setJoint1Velocity_rps ( double  value)

§ setJoint2Velocity_rps()

bool openjaus::manipulator::ReportCommandedPanTiltJointVelocity::setJoint2Velocity_rps ( double  value)

§ to()

int openjaus::manipulator::ReportCommandedPanTiltJointVelocity::to ( system::Buffer dst)
virtual
Parameters
[out]dst- The destination openjaus::system::Buffer to which this message will be packed.
Returns
The number of bytes packed into the destination buffer

Reimplemented from openjaus::transport::Wrapper.

§ toString()

std::string openjaus::manipulator::ReportCommandedPanTiltJointVelocity::toString ( ) const
virtual
Returns
The string

Reimplemented from openjaus::model::Message.

§ toXml()

std::string openjaus::manipulator::ReportCommandedPanTiltJointVelocity::toXml ( unsigned char  ojIndentLevel = 0) const
Parameters
[in]ojIndentLevel- Used to determine how many tabs are inserted per line for pretty formating.
Returns
The serialized XML string

Friends And Related Function Documentation

§ operator<< [1/2]

OPENJAUS_EXPORT friend std::ostream& operator<< ( std::ostream &  output,
const ReportCommandedPanTiltJointVelocity object 
)
friend

§ operator<< [2/2]

OPENJAUS_EXPORT friend std::ostream& operator<< ( std::ostream &  output,
const ReportCommandedPanTiltJointVelocity object 
)
friend

Member Data Documentation

§ ID

const uint16_t openjaus::manipulator::ReportCommandedPanTiltJointVelocity::ID = 0x4631
static

§ JOINT1VELOCITY_MAX_VALUE

const double openjaus::manipulator::ReportCommandedPanTiltJointVelocity::JOINT1VELOCITY_MAX_VALUE = 31.41592653589793
static

§ JOINT1VELOCITY_MIN_VALUE

const double openjaus::manipulator::ReportCommandedPanTiltJointVelocity::JOINT1VELOCITY_MIN_VALUE = -31.41592653589793
static

§ joint1Velocity_rps

Joint1VelocityScaledInteger openjaus::manipulator::ReportCommandedPanTiltJointVelocity::joint1Velocity_rps
private

§ JOINT2VELOCITY_MAX_VALUE

const double openjaus::manipulator::ReportCommandedPanTiltJointVelocity::JOINT2VELOCITY_MAX_VALUE = 31.41592653589793
static

§ JOINT2VELOCITY_MIN_VALUE

const double openjaus::manipulator::ReportCommandedPanTiltJointVelocity::JOINT2VELOCITY_MIN_VALUE = -31.41592653589793
static

§ joint2Velocity_rps

Joint2VelocityScaledInteger openjaus::manipulator::ReportCommandedPanTiltJointVelocity::joint2Velocity_rps
private

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