Changeset 10337 in ntrip
- Timestamp:
- Feb 16, 2024, 9:24:18 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncbiassinex.cpp
r9705 r10337 108 108 } 109 109 110 110 int nominalStartSec = daysec - (int(fmod(double(daysec), double(intr)))); 111 111 int nominalEndSec = nominalStartSec + intr - _sampl; 112 112 QString endTime = QString("%1:%2:%3").arg(yy) … … 131 131 _out << "+BIAS/DESCRIPTION" << endl; 132 132 _out << "*KEYWORD________________________________ VALUE(S)_______________________________" << endl; 133 _out << " PARAMETER_SAMPLING " << " " << fixed << setw(12) << _sampl<< endl;133 _out << " PARAMETER_SAMPLING " << " " << left << setw(12) << _sampl << endl; 134 134 _out << " DETERMINATION_METHOD " << " AC SPECIFIC" << endl; 135 135 _out << " BIAS_MODE " << " ABSOLUTE" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.