Dumps raw hex of the given DBData to the given stream. More...
#include <parser.h>
Public Member Functions | |
virtual void | ParseRecord (const Barry::DBData &data, const IConverter *ic) |
Called to parse sub fields in the raw data packet. |
Dumps raw hex of the given DBData to the given stream.
Do NOT derive your own personal parser classes from this, unless you are perfectly confident that you will catch future API changes on the devel tree without the compiler's help.
Definition at line 135 of file parser.h.
void Barry::HexDumpParser::ParseRecord | ( | const Barry::DBData & | data, | |
const IConverter * | ic | |||
) | [virtual] |
Called to parse sub fields in the raw data packet.
Implements Barry::Parser.