Class encapsulated motoman write single io reply message generation methods (either to or from a industrial::simple_message::SimpleMessage type. More...
#include <motoman_write_single_io_reply_message.h>
Public Member Functions | |
unsigned int | byteLength () |
bool | init (industrial::simple_message::SimpleMessage &msg) |
Initializes message from a simple message. | |
void | init (motoman::simple_message::io_ctrl_reply::WriteSingleIOReply &reply) |
Initializes message from a write single io reply structure. | |
void | init () |
Initializes a new message. | |
bool | load (industrial::byte_array::ByteArray *buffer) |
bool | unload (industrial::byte_array::ByteArray *buffer) |
WriteSingleIOReplyMessage (void) | |
Default constructor. | |
~WriteSingleIOReplyMessage (void) | |
Destructor. | |
Public Attributes | |
motoman::simple_message::io_ctrl_reply::WriteSingleIOReply | reply_ |
Class encapsulated motoman write single io reply message generation methods (either to or from a industrial::simple_message::SimpleMessage type.
This message simply wraps the following data type: motoman::simple_message::io_ctrl_reply::WriteSingleIOReply The data portion of this typed message matches WriteSingleIOReply exactly.
THIS CLASS IS NOT THREAD-SAFE
Definition at line 74 of file motoman_write_single_io_reply_message.h.
motoman::simple_message::io_ctrl_reply_message::WriteSingleIOReplyMessage::WriteSingleIOReplyMessage | ( | void | ) |
Default constructor.
This method creates an empty message.
Definition at line 57 of file motoman_write_single_io_reply_message.cpp.
Destructor.
Definition at line 62 of file motoman_write_single_io_reply_message.cpp.
unsigned int motoman::simple_message::io_ctrl_reply_message::WriteSingleIOReplyMessage::byteLength | ( | ) | [inline, virtual] |
Implements industrial::simple_serialize::SimpleSerialize.
Definition at line 117 of file motoman_write_single_io_reply_message.h.
bool motoman::simple_message::io_ctrl_reply_message::WriteSingleIOReplyMessage::init | ( | industrial::simple_message::SimpleMessage & | msg | ) | [virtual] |
Initializes message from a simple message.
simple | message to construct from |
Implements industrial::typed_message::TypedMessage.
Definition at line 66 of file motoman_write_single_io_reply_message.cpp.
void motoman::simple_message::io_ctrl_reply_message::WriteSingleIOReplyMessage::init | ( | motoman::simple_message::io_ctrl_reply::WriteSingleIOReply & | reply | ) |
Initializes message from a write single io reply structure.
reply | write single io reply data structure |
Definition at line 79 of file motoman_write_single_io_reply_message.cpp.
Initializes a new message.
Implements industrial::typed_message::TypedMessage.
Definition at line 85 of file motoman_write_single_io_reply_message.cpp.
bool motoman::simple_message::io_ctrl_reply_message::WriteSingleIOReplyMessage::load | ( | industrial::byte_array::ByteArray * | buffer | ) | [virtual] |
Implements industrial::simple_serialize::SimpleSerialize.
Definition at line 91 of file motoman_write_single_io_reply_message.cpp.
bool motoman::simple_message::io_ctrl_reply_message::WriteSingleIOReplyMessage::unload | ( | industrial::byte_array::ByteArray * | buffer | ) | [virtual] |
Implements industrial::simple_serialize::SimpleSerialize.
Definition at line 103 of file motoman_write_single_io_reply_message.cpp.
motoman::simple_message::io_ctrl_reply::WriteSingleIOReply motoman::simple_message::io_ctrl_reply_message::WriteSingleIOReplyMessage::reply_ |
Definition at line 122 of file motoman_write_single_io_reply_message.h.