Changeset 5597 in ntrip


Ignore:
Timestamp:
Jan 9, 2014, 6:43:00 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTRover/bncrtrover.cpp

    r5590 r5597  
    295295        singleBias._rnxType3ch[1] = it.key()[0];
    296296        singleBias._rnxType3ch[2] = it.key()[1];
     297        singleBias._rnxType3ch[3] = '\0';
    297298        singleBias._value         = it.value();
    298299      }
     
    349350          currObs._rnxType2ch[0] = codeType[0];
    350351          currObs._rnxType2ch[1] = codeType[1];
     352          currObs._rnxType2ch[2] = '\0';
    351353        }
    352354
Note: See TracChangeset for help on using the changeset viewer.