#include <TwoIntsGoal.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 | |
int64_t | a |
int64_t | b |
Definition at line 12 of file TwoIntsGoal.h.
virtual int actionlib::TwoIntsGoal::deserialize | ( | unsigned char * | inbuffer | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 52 of file TwoIntsGoal.h.
const char* actionlib::TwoIntsGoal::getMD5 | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 89 of file TwoIntsGoal.h.
const char* actionlib::TwoIntsGoal::getType | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 88 of file TwoIntsGoal.h.
virtual int actionlib::TwoIntsGoal::serialize | ( | unsigned char * | outbuffer | ) | const [inline, virtual] |
Implements ros::Msg.
Definition at line 18 of file TwoIntsGoal.h.
int64_t actionlib::TwoIntsGoal::a |
Definition at line 15 of file TwoIntsGoal.h.
int64_t actionlib::TwoIntsGoal::b |
Definition at line 16 of file TwoIntsGoal.h.