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