#include <inertia.hpp>

Classes | |
| struct | Data |
Public Member Functions | |
| bool | deserialise (ecl::PushAndPop< unsigned char > &byteStream) |
| bool | serialise (ecl::PushAndPop< unsigned char > &byteStream) |
| virtual | ~Inertia () |
Public Attributes | |
| struct kobuki::Inertia::Data | data |
Definition at line 34 of file inertia.hpp.
| virtual kobuki::Inertia::~Inertia | ( | ) | [inline, virtual] |
Definition at line 43 of file inertia.hpp.
| bool kobuki::Inertia::deserialise | ( | ecl::PushAndPop< unsigned char > & | byteStream | ) | [inline, virtual] |
Implements packet_handler::payloadBase.
Definition at line 64 of file inertia.hpp.
| bool kobuki::Inertia::serialise | ( | ecl::PushAndPop< unsigned char > & | byteStream | ) | [inline, virtual] |
Implements packet_handler::payloadBase.
Definition at line 45 of file inertia.hpp.