#include <core_sensors.hpp>
Classes | |
struct | Data |
struct | Flags |
Public Member Functions | |
CoreSensors () | |
bool | deserialise (ecl::PushAndPop< unsigned char > &byteStream) |
bool | serialise (ecl::PushAndPop< unsigned char > &byteStream) |
Public Attributes | |
struct kobuki::CoreSensors::Data | data |
Definition at line 35 of file core_sensors.hpp.
kobuki::CoreSensors::CoreSensors | ( | ) | [inline] |
Definition at line 38 of file core_sensors.hpp.
bool kobuki::CoreSensors::deserialise | ( | ecl::PushAndPop< unsigned char > & | byteStream | ) | [virtual] |
Implements packet_handler::payloadBase.
Definition at line 46 of file core_sensors.cpp.
bool kobuki::CoreSensors::serialise | ( | ecl::PushAndPop< unsigned char > & | byteStream | ) | [virtual] |
Implements packet_handler::payloadBase.
Definition at line 27 of file core_sensors.cpp.