Public Member Functions | |
Dump (bool rawTime) | |
Protected Member Functions | |
void | connectionClosed (Stream *stream, bool abnormal) |
void | connectionCreated (Stream *stream) |
void | incomingData (Stream *stream) |
Private Attributes | |
bool | rawTime |
should displayed timestamps be of the form sec:usec since 1970 |
A simple message dumper. This class calls Aseba::Message::dump() for each message
Aseba::Dump::Dump | ( | bool | rawTime | ) | [inline] |
void Aseba::Dump::connectionClosed | ( | Stream * | stream, |
bool | abnormal | ||
) | [inline, protected, virtual] |
Reimplemented from Dashel::Hub.
void Aseba::Dump::connectionCreated | ( | Stream * | stream | ) | [inline, protected, virtual] |
Reimplemented from Dashel::Hub.
void Aseba::Dump::incomingData | ( | Stream * | stream | ) | [inline, protected, virtual] |
Reimplemented from Dashel::Hub.
bool Aseba::Dump::rawTime [private] |