#include <TestGoal.h>
Public Member Functions | |
virtual int | deserialize (unsigned char *inbuffer) |
const char * | getMD5 () |
const char * | getType () |
virtual int | serialize (unsigned char *outbuffer) const |
Public Attributes | |
int32_t | goal |
Definition at line 12 of file TestGoal.h.
virtual int actionlib::TestGoal::deserialize | ( | unsigned char * | inbuffer | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 33 of file TestGoal.h.
const char* actionlib::TestGoal::getMD5 | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 51 of file TestGoal.h.
const char* actionlib::TestGoal::getType | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 50 of file TestGoal.h.
virtual int actionlib::TestGoal::serialize | ( | unsigned char * | outbuffer | ) | const [inline, virtual] |
Implements ros::Msg.
Definition at line 17 of file TestGoal.h.
int32_t actionlib::TestGoal::goal |
Definition at line 15 of file TestGoal.h.