Changeset 3257 in ntrip


Ignore:
Timestamp:
Apr 3, 2011, 2:29:39 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/RTCM2Decoder.cpp

    r2867 r3257  
    234234  t_ephGPS* eph = new t_ephGPS(gpseph);
    235235
    236   string prn = eph->prn();
     236  string prn = eph->prn().toAscii().data();
    237237
    238238  t_listMap::iterator ip = _ephList.find(prn);
     
    245245
    246246  if ( stored ) {
    247     storedPRN = eph->prn();
     247    storedPRN = string(eph->prn().toAscii().data());
    248248    ephList->getIODs(IODs);
    249249    return true;
Note: See TracChangeset for help on using the changeset viewer.