Changeset 2133 in ntrip
- Timestamp:
- Dec 28, 2009, 12:35:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2132 r2133 581 581 } 582 582 583 double dop = 2.0; // TODO 584 583 585 ostringstream str3; 584 586 str3.setf(ios::fixed); … … 590 592 << setw(2) << setfill('0') << int(lamDeg) 591 593 << setw(10) << setprecision(7) << setfill('0') 592 << fmod(60*lamDeg,60) << ',' << lamCh << ','; 594 << fmod(60*lamDeg,60) << ',' << lamCh 595 << ",1," << setw(2) << setfill('0') << epoData->size() << ',' 596 << setw(3) << setprecision(1) << dop << ',' 597 << setprecision(3) << ell[2] << ",M,0.0,M,,,"; 593 598 594 599 writeNMEAstr(QString(str3.str().c_str()));
Note:
See TracChangeset
for help on using the changeset viewer.