- Timestamp:
- Dec 28, 2014, 3:44:50 PM (10 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp
r6474 r6475 349 349 if (itCB.key() < _lastTime) { 350 350 emit newCodeBiases(itCB.value()); 351 //t_satCodeBias::writeEpoch(_out, itCB.value());351 t_satCodeBias::writeEpoch(_out, itCB.value()); 352 352 itCB.remove(); 353 353 } -
trunk/BNC/src/satObs.cpp
r6466 r6475 85 85 void t_orbCorr::readEpoch(const QStringList& lines, QList<t_orbCorr>& corrList) { 86 86 } 87 88 // 89 //////////////////////////////////////////////////////////////////////////// 90 void t_satCodeBias::writeEpoch(std::ostream* out, const QList<t_satCodeBias>& biasList) { 91 } 92 93 // 94 //////////////////////////////////////////////////////////////////////////// 95 void t_satCodeBias::readEpoch(const QStringList& lines, QList<t_satCodeBias>& biasList) { 96 } -
trunk/BNC/src/satObs.h
r6466 r6475 98 98 class t_satCodeBias { 99 99 public: 100 static void writeEpoch(std::ostream* out, const QList<t_satCodeBias>& biasList); 101 static void readEpoch(const QStringList& lines, QList<t_satCodeBias>& biasList); 100 102 std::string _staID; 101 103 t_prn _prn;
Note:
See TracChangeset
for help on using the changeset viewer.