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