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