Changeset 4440 in ntrip for trunk/BNC/src/RTCM


Ignore:
Timestamp:
Jul 24, 2012, 6:14:04 PM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/RTCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM/GPSDecoder.cpp

    r4439 r4440  
    4646
    4747extern "C" {
     48#include "rtcm3torinex.h"
    4849#include "rtcm3torinexsupport.h"
    4950}
     
    128129  return rrinex3codetoentry(rnxStr.toAscii().data());
    129130}
     131
     132//
     133//////////////////////////////////////////////////////////////////////////////
     134QString t_obs::rnxStr(int iEntry) {
     135 
     136}
  • trunk/BNC/src/RTCM/GPSDecoder.h

    r4415 r4440  
    8080  const char*        _codetype[GNSSENTRY_NUMBER];
    8181
     82  QString rnxStr(int iEntry);
     83
    8284 private:
    8385  int iEntry(QString rnxStr, float rnxVer) const;
Note: See TracChangeset for help on using the changeset viewer.