#include <three_axis_gyro.hpp>
Classes | |
struct | Data |
Public Member Functions | |
bool | deserialise (ecl::PushAndPop< unsigned char > &byteStream) |
bool | serialise (ecl::PushAndPop< unsigned char > &byteStream) |
virtual | ~ThreeAxisGyro () |
Public Attributes | |
struct kobuki::ThreeAxisGyro::Data | data |
Definition at line 40 of file three_axis_gyro.hpp.
virtual kobuki::ThreeAxisGyro::~ThreeAxisGyro | ( | ) | [inline, virtual] |
Definition at line 49 of file three_axis_gyro.hpp.
bool kobuki::ThreeAxisGyro::deserialise | ( | ecl::PushAndPop< unsigned char > & | byteStream | ) | [inline, virtual] |
Implements packet_handler::payloadBase.
Definition at line 69 of file three_axis_gyro.hpp.
bool kobuki::ThreeAxisGyro::serialise | ( | ecl::PushAndPop< unsigned char > & | byteStream | ) | [inline, virtual] |
Implements packet_handler::payloadBase.
Definition at line 51 of file three_axis_gyro.hpp.