- Timestamp:
- Apr 8, 2008, 2:57:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r787 r788 143 143 if (pair->eph == 0) { 144 144 pair->eph = ep; 145 cout << "A: " << ep->prn.toAscii().data() << " "146 << ep->GPSweek << " " << ep->TOC << endl;147 145 } 148 146 else { … … 152 150 pair->oldEph = pair->eph; 153 151 pair->eph = ep; 154 cout << "B: " << ep->prn.toAscii().data() << " "155 << ep->GPSweek << " " << ep->TOC << endl;156 152 } 157 153 else { … … 178 174 // ------------ 179 175 while (true) { 180 cout << "_clkSocket = " << _clkSocket << endl;181 176 if (_clkSocket) { 182 177 if (_clkSocket->state() != QAbstractSocket::ConnectedState) {
Note:
See TracChangeset
for help on using the changeset viewer.