#include <Encoders.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 | left_wheel |
int32_t | right_wheel |
float | time_delta |
Definition at line 12 of file Encoders.h.
virtual int komodo_rover::Encoders::deserialize | ( | unsigned char * | inbuffer | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 55 of file Encoders.h.
const char* komodo_rover::Encoders::getMD5 | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 95 of file Encoders.h.
const char* komodo_rover::Encoders::getType | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 94 of file Encoders.h.
virtual int komodo_rover::Encoders::serialize | ( | unsigned char * | outbuffer | ) | const [inline, virtual] |
Implements ros::Msg.
Definition at line 19 of file Encoders.h.
Definition at line 16 of file Encoders.h.
Definition at line 17 of file Encoders.h.
Definition at line 15 of file Encoders.h.