32 #ifndef JOINT_TRAJ_PT_MESSAGE_H 33 #define JOINT_TRAJ_PT_MESSAGE_H 49 namespace joint_traj_pt_message
bool unload(industrial::byte_array::ByteArray *buffer)
Virtual method for unloading an object from a ByteArray.
industrial::joint_traj_pt::JointTrajPt point_
unsigned int byteLength()
Virtual method returns the object size when packed into a ByteArray.
This class defines a simple messaging protocol for communicating with an industrial robot controller...
unsigned int byteLength()
Virtual method returns the object size when packed into a ByteArray.
void init()
Initializes a new message.
void setSequence(industrial::shared_types::shared_int sequence)
Sets joint trajectory point sequence number.
~JointTrajPtMessage(void)
Destructor.
JointTrajPtMessage(void)
Default constructor.
Class encapsulated joint trajectory point data. The point data serves as a waypoint along a trajector...
Message interface for typed messages built from SimpleMessage.
The byte array wraps a dynamic array of bytes (i.e. char).
void setSequence(industrial::shared_types::shared_int sequence)
Sets message sequence number.
Class encapsulated joint trajectory point message generation methods (either to or from a industrial:...
bool load(industrial::byte_array::ByteArray *buffer)
Virtual method for loading an object into a ByteArray.