#include <eeprom.hpp>
Classes | |
struct | Data |
Public Member Functions | |
bool | constrain () |
bool | deserialise (ecl::PushAndPop< unsigned char > &byteStream) |
Eeprom () | |
bool | serialise (ecl::PushAndPop< unsigned char > &byteStream) |
void | showMe () |
Definition at line 37 of file eeprom.hpp.
kobuki::Eeprom::Eeprom | ( | ) | [inline] |
Definition at line 40 of file eeprom.hpp.
bool kobuki::Eeprom::constrain | ( | ) | [inline] |
Definition at line 83 of file eeprom.hpp.
bool kobuki::Eeprom::deserialise | ( | ecl::PushAndPop< unsigned char > & | byteStream | ) | [inline, virtual] |
Implements packet_handler::payloadBase.
Definition at line 59 of file eeprom.hpp.
bool kobuki::Eeprom::serialise | ( | ecl::PushAndPop< unsigned char > & | byteStream | ) | [inline, virtual] |
Implements packet_handler::payloadBase.
Definition at line 47 of file eeprom.hpp.
void kobuki::Eeprom::showMe | ( | ) | [inline] |
Definition at line 88 of file eeprom.hpp.