- Timestamp:
- Aug 4, 2014, 3:21:22 PM (10 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/options.cpp
r5789 r5790 48 48 ////////////////////////////////////////////////////////////////////////////// 49 49 t_options::t_options() { 50 _xyzAprRover.ReSize(3); _xyzAprRover = 0.0; 51 _ellAprRover.ReSize(3); _ellAprRover = 0.0; 52 _neuEccRover.ReSize(3); _neuEccRover = 0.0; 50 53 } 51 54 -
trunk/BNC/src/PPP/pppThread.cpp
r5788 r5790 166 166 } 167 167 168 cout << endl << "slotNewObs " << obsList.size() << endl; 169 168 170 vector<t_pppSatObs*> pppSatObs; 169 171 QListIterator<t_obs> it(obsList); … … 174 176 newObs->_prn.set(oldObs.satSys, oldObs.satNum); 175 177 newObs->_time.set(oldObs.GPSWeek, oldObs.GPSWeeks); 178 179 cout << newObs->_prn.toString() << ' ' << string(newObs->_time) << endl; 176 180 177 181 map<string, t_pppObs*> pppObsMap;
Note:
See TracChangeset
for help on using the changeset viewer.