32 #ifndef JOINT_MESSAGE_H 33 #define JOINT_MESSAGE_H 49 namespace joint_message
56 namespace SpecialSeqValues
148 return this->joints_;
Class encapsulated joint message generation methods (either to or from a SimpleMessage type...
void init(const M_string &remappings)
industrial::shared_types::shared_int sequence_
sequence number (for those joints messages that require it)
This class defines a simple messaging protocol for communicating with an industrial robot controller...
industrial::joint_data::JointData joints_
maximum number of joints positions that can be held in the message.
Message interface for typed messages built from SimpleMessage.
The byte array wraps a dynamic array of bytes (i.e. char).
Class encapsulated joint data (positions, accelerations, velocity, torque, and/or effort)...
unsigned int byteLength()
Virtual method returns the object size when packed into a ByteArray.
industrial::shared_types::shared_int getSequence()
returns the maximum message sequence number
industrial::joint_data::JointData & getJoints()
returns reference to underlying joint class