Changeset 3192 in ntrip
- Timestamp:
- Mar 29, 2011, 9:45:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/upload/bncuploadcaster.cpp
r3190 r3192 341 341 QString outLine; 342 342 processSatellite(ep, epoTime.gpsw(), epoTime.gpssec(), prn, xx, sd, outLine); 343 cout << "outLine: " << outLine.toAscii().data() << endl;344 343 if (_outFile) { 345 344 _outFile->write(epoTime.gpsw(), epoTime.gpssec(), outLine); … … 392 391 393 392 int len = MakeClockOrbit(&co, COTYPE_AUTO, 0, obuffer, sizeof(obuffer)); 394 cout << "write clock " << len << endl;395 393 if (len > 0) { 396 394 this->write(obuffer, len); … … 402 400 char obuffer[CLOCKORBIT_BUFFERSIZE]; 403 401 int len = MakeBias(&bias, BTYPE_AUTO, 0, obuffer, sizeof(obuffer)); 404 cout << "write bias " << len << endl;405 402 if (len > 0) { 406 403 this->write(obuffer, len);
Note:
See TracChangeset
for help on using the changeset viewer.