Public Member Functions | Public Attributes
motoman::simple_message::motion_reply_message::MotionReplyMessage Class Reference

Class encapsulated motoman motion reply message generation methods (either to or from a industrial::simple_message::SimpleMessage type. More...

#include <motoman_motion_reply_message.h>

Inheritance diagram for motoman::simple_message::motion_reply_message::MotionReplyMessage:
Inheritance graph
[legend]

List of all members.

Public Member Functions

unsigned int byteLength ()
bool init (industrial::simple_message::SimpleMessage &msg)
 Initializes message from a simple message.
void init (motoman::simple_message::motion_reply::MotionReply &reply)
 Initializes message from a motion control reply structure.
void init ()
 Initializes a new message.
bool load (industrial::byte_array::ByteArray *buffer)
 MotionReplyMessage (void)
 Default constructor.
bool unload (industrial::byte_array::ByteArray *buffer)
 ~MotionReplyMessage (void)
 Destructor.

Public Attributes

motoman::simple_message::motion_reply::MotionReply reply_

Detailed Description

Class encapsulated motoman motion 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::motion_reply::MotionReply The data portion of this typed message matches MotionReply exactly.

THIS CLASS IS NOT THREAD-SAFE

Definition at line 72 of file motoman_motion_reply_message.h.


Constructor & Destructor Documentation

Default constructor.

This method creates an empty message.

Definition at line 56 of file motoman_motion_reply_message.cpp.

Destructor.

Definition at line 61 of file motoman_motion_reply_message.cpp.


Member Function Documentation

Initializes message from a simple message.

Parameters:
simplemessage to construct from
Returns:
true if message successfully initialized, otherwise false

Implements industrial::typed_message::TypedMessage.

Definition at line 66 of file motoman_motion_reply_message.cpp.

Initializes message from a motion control reply structure.

Parameters:
replymotion control reply data structure

Definition at line 80 of file motoman_motion_reply_message.cpp.

Initializes a new message.

Implements industrial::typed_message::TypedMessage.

Definition at line 86 of file motoman_motion_reply_message.cpp.


Member Data Documentation

Definition at line 120 of file motoman_motion_reply_message.h.


The documentation for this class was generated from the following files:


motoman_driver
Author(s): Jeremy Zoss (Southwest Research Institute)
autogenerated on Wed Aug 26 2015 12:37:34