Changeset 2774 in ntrip
- Timestamp:
- Dec 12, 2010, 4:37:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncapp.cpp ¶
r2773 r2774 598 598 QByteArray allLines; 599 599 600 QByteArray fmt4 = " %18.11e %18.11e %18.11e %18.11e\n"; 601 QByteArray fmt3 = " %18.11e %18.11e %18.11e\n"; 602 QByteArray fmt1 = " %18.11e\n"; 600 const QByteArray fmt4 = " %18.11e %18.11e %18.11e %18.11e\n"; 601 const QByteArray fmt3 = " %18.11e %18.11e %18.11e\n"; 602 const QByteArray fmt1 = " %18.11e\n"; 603 603 604 604 line.sprintf(fmt4.data(), (double)ep->IODnav, ep->Crs, ep->Delta_n, ep->M0); … … 620 620 double health = 0.0; // TODO 621 621 double BGD_1_5B = ep->BGD_1_5A; // TODO 622 line.sprintf(fmt4.data(), ep->SISA, health, ep->BGD_1_5A, BGD_1_5B); 622 line.sprintf(fmt4.data(), (double) ep->SISA, health, ep->BGD_1_5A, BGD_1_5B); 623 623 allLines += line; 624 624
Note:
See TracChangeset
for help on using the changeset viewer.