|
| void | parse (std::istream &inputStream) |
| |
| string | parserType () |
| |
| virtual | ~Parser ()=default |
| |
| void | decode (unsigned short int id, vector< unsigned char > &data) |
| |
| void | decodeMeasEpoch (GTime time, vector< unsigned char > &data) |
| |
| void | decodeEndOfMeas (GTime time) |
| |
| void | recordFrame (unsigned short int id, vector< unsigned char > &data, unsigned short int crcRead) |
| |
| bool | decodeGpsTlmWord (vector< int > &words, Eph &eph) |
| |
| bool | decodeGpsHowWord (vector< int > &words, Eph &eph) |
| |
| bool | decodeGPSSubframe1 (vector< int > &words, Eph &eph) |
| |
| bool | decodeGPSSubframe2 (vector< int > &words, Eph &eph) |
| |
| bool | decodeGPSSubframe3 (vector< int > &words, Eph &eph) |
| |
| bool | decodeGpsSubframe (vector< int > &words, Eph &eph) |
| |
| void | printPacketStatistics (Trace &trace) |
| |
| void | checksumFailure (string id="") |
| |
| void | checksumSuccess (unsigned int crcRead=0) |
| |
| void | nonFrameByteFound (unsigned char c) |
| |
| void | preambleFound () |
| |
| void | frameDecoded () |
| |
◆ parse()
| void SbfParser::parse |
( |
std::istream & | inputStream | ) |
|
|
virtual |
◆ parserType()
| string SbfParser::parserType |
( |
| ) |
|
|
inlinevirtual |
The documentation for this struct was generated from the following files: