32 #ifndef JOINT_FEEDBACK_MESSAGE_H 33 #define JOINT_FEEDBACK_MESSAGE_H 49 namespace joint_feedback_message
unsigned int byteLength()
Virtual method returns the object size when packed into a ByteArray.
bool getTime(industrial::shared_types::shared_real &time)
Returns joint feedback timestamp.
bool getPositions(industrial::joint_data::JointData &dest)
Returns a copy of the position data.
industrial::shared_types::shared_int getRobotID()
~JointFeedbackMessage(void)
Destructor.
bool getPositions(industrial::joint_data::JointData &dest)
bool load(industrial::byte_array::ByteArray *buffer)
Virtual method for loading an object into a ByteArray.
industrial::joint_feedback::JointFeedback data_
void init()
Initializes a new message.
This class defines a simple messaging protocol for communicating with an industrial robot controller...
Class encapsulated joint feedback message generation methods (either to or from a industrial::simple_...
bool getTime(industrial::shared_types::shared_real &time)
bool getVelocities(industrial::joint_data::JointData &dest)
unsigned int byteLength()
Virtual method returns the object size when packed into a ByteArray.
bool unload(industrial::byte_array::ByteArray *buffer)
Virtual method for unloading an object from a ByteArray.
Message interface for typed messages built from SimpleMessage.
bool getAccelerations(industrial::joint_data::JointData &dest)
Returns a copy of the acceleration data.
The byte array wraps a dynamic array of bytes (i.e. char).
Class encapsulated joint data (positions, accelerations, velocity, torque, and/or effort)...
JointFeedbackMessage(void)
Default constructor.
bool getVelocities(industrial::joint_data::JointData &dest)
Returns a copy of the velocity data.
Class encapsulated joint feedback data. This data represents the current state of each robot joint...
industrial::shared_types::shared_int getRobotID()
Gets robot_id. Robot group # (0-based), for controllers with multiple axis-groups.
bool getAccelerations(industrial::joint_data::JointData &dest)