Inheritance diagram for DataDumpParser:
Definition at line 204 of file btool.cc.
Public Member Functions | |
virtual void | SetIds (uint8_t RecType, uint32_t UniqueId) |
Stores the IDs. | |
virtual void | ParseFields (const Barry::Data &data, size_t &offset) |
Called to parse sub fields in the raw data packet. |
virtual void DataDumpParser::SetIds | ( | uint8_t | RecType, | |
uint32_t | UniqueId | |||
) | [inline, virtual] |
virtual void DataDumpParser::ParseFields | ( | const Barry::Data & | data, | |
size_t & | offset | |||
) | [inline, virtual] |
Called to parse sub fields in the raw data packet.
The same data is passed as was passed in ParseHeader, only the offset will be updated if it was advanced during the header parsing.
Reimplemented from Barry::Parser.