32 #ifndef ROBOT_STATUS_MESSAGE_H 33 #define ROBOT_STATUS_MESSAGE_H 49 namespace robot_status_message
This class defines a simple messaging protocol for communicating with an industrial robot controller...
Class encapsulated robot status data. The robot status data is meant to mirror the industrial_msgs/Ro...
Message interface for typed messages built from SimpleMessage.
Class encapsulated robot status message generation methods (either to or from a industrial::simple_me...
The byte array wraps a dynamic array of bytes (i.e. char).
void init()
Initializes a new robot status message.
bool load(industrial::byte_array::ByteArray *buffer)
Virtual method for loading an object into a ByteArray.
bool unload(industrial::byte_array::ByteArray *buffer)
Virtual method for unloading an object from a ByteArray.
industrial::robot_status::RobotStatus status_
unsigned int byteLength()
Virtual method returns the object size when packed into a ByteArray.
unsigned int byteLength()
Virtual method returns the object size when packed into a ByteArray.
~RobotStatusMessage(void)
Destructor.
RobotStatusMessage(void)
Default constructor.