Changeset 4774 in ntrip for trunk/BNC


Ignore:
Timestamp:
Oct 26, 2012, 5:30:26 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

    r4442 r4774  
    132132//
    133133//////////////////////////////////////////////////////////////////////////////
    134 QString t_obs::rnxStr(int iEntry) {
     134QString t_obs::rnxStr(int iEntry) const {
    135135  QString str(3,' ');
    136136  switch(iEntry & 3) {
  • trunk/BNC/src/RTCM/GPSDecoder.h

    r4608 r4774  
    9494  const char*        _codetype[GNSSENTRY_NUMBER];
    9595
    96   QString rnxStr(int iEntry);
     96  QString rnxStr(int iEntry) const;
    9797
    9898 private:
Note: See TracChangeset for help on using the changeset viewer.