- Timestamp:
- Apr 3, 2011, 2:29:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM/RTCM2Decoder.cpp
r2867 r3257 234 234 t_ephGPS* eph = new t_ephGPS(gpseph); 235 235 236 string prn = eph->prn() ;236 string prn = eph->prn().toAscii().data(); 237 237 238 238 t_listMap::iterator ip = _ephList.find(prn); … … 245 245 246 246 if ( stored ) { 247 storedPRN = eph->prn();247 storedPRN = string(eph->prn().toAscii().data()); 248 248 ephList->getIODs(IODs); 249 249 return true;
Note:
See TracChangeset
for help on using the changeset viewer.