|
void | decodeEphFrames (SatSys Sat) |
|
void | decodeRAWX (vector< unsigned char > &payload) |
|
void | decodeSFRBX (vector< unsigned char > &payload) |
|
void | decodeMEAS (vector< unsigned char > &payload) |
|
void | decodeRXM (vector< unsigned char > &payload, unsigned char id) |
|
void | decodeESF (vector< unsigned char > &payload, unsigned char id) |
|
void | decode (unsigned char ubxClass, unsigned char id, vector< unsigned char > &payload) |
|
void | recordFrame (unsigned char ubxClass, unsigned char 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) |
|
◆ decode()
void UbxDecoder::decode |
( |
unsigned char | ubxClass, |
|
|
unsigned char | id, |
|
|
vector< unsigned char > & | payload ) |
|
inline |
◆ decodeEphFrames()
void UbxDecoder::decodeEphFrames |
( |
SatSys | Sat | ) |
|
◆ decodeESF()
void UbxDecoder::decodeESF |
( |
vector< unsigned char > & | payload, |
|
|
unsigned char | id ) |
|
inline |
◆ decodeMEAS()
void UbxDecoder::decodeMEAS |
( |
vector< unsigned char > & | payload | ) |
|
◆ decodeRAWX()
void UbxDecoder::decodeRAWX |
( |
vector< unsigned char > & | payload | ) |
|
◆ decodeRXM()
void UbxDecoder::decodeRXM |
( |
vector< unsigned char > & | payload, |
|
|
unsigned char | id ) |
|
inline |
◆ decodeSFRBX()
void UbxDecoder::decodeSFRBX |
( |
vector< unsigned char > & | payload | ) |
|
◆ recordFrame()
void UbxDecoder::recordFrame |
( |
unsigned char | ubxClass, |
|
|
unsigned char | id, |
|
|
vector< unsigned char > & | data, |
|
|
unsigned short int | crcRead ) |
|
inline |
◆ acclDataMaps
map< string, map< GTime, Vector3d, std::greater< GTime > > > UbxDecoder::acclDataMaps |
|
static |
◆ gyroDataMaps
map< string, map< GTime, Vector3d, std::greater< GTime > > > UbxDecoder::gyroDataMaps |
|
static |
◆ lastTime
GTime UbxDecoder::lastTime |
◆ lastTimeTag
unsigned int UbxDecoder::lastTimeTag = 0 |
◆ raw_ubx_filename
string UbxDecoder::raw_ubx_filename |
◆ recId
◆ tempDataMaps
map< string, map< GTime, double, std::greater< GTime > > > UbxDecoder::tempDataMaps |
|
static |
The documentation for this struct was generated from the following files: