- Timestamp:
- Nov 29, 2009, 11:40:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncpppclient.cpp
r2054 r2055 331 331 ostringstream str; 332 332 str.setf(ios::fixed); 333 str << " PPP "333 str << " PPP " 334 334 << _epoData->tt.timestr(1) << " " << _epoData->size() << " " 335 335 << setw(14) << setprecision(3) << pos(1) << " " 336 336 << setw(14) << setprecision(3) << pos(2) << " " 337 << setw(14) << setprecision(3) << pos(3) << endl;337 << setw(14) << setprecision(3) << pos(3); 338 338 339 339 emit newMessage(QString(str.str().c_str()).toAscii(), true);
Note:
See TracChangeset
for help on using the changeset viewer.