32#ifndef RCSC_RCG_PARSER_V2_H
33#define RCSC_RCG_PARSER_V2_H
66 Handler & handler )
const override;
80 bool parseData( std::istream & is,
90 bool parseMsgInfo( std::istream & is,
abstract rcg data handler class.
Definition: handler.h:48
rcg v2 parser
Definition: parser_v2.h:46
int version() const override
get supported rcg version
Definition: parser_v2.h:53
bool parse(std::istream &is, Handler &handler) const override
parse input stream. hander will handle each data block.
rcg stream parser interface class
Definition: parser.h:51
abstract rcg parser class Header File.
constexpr int REC_VERSION_2
recorded value of rcg v2
Definition: types.h:126