Changeset 10339 in ntrip


Ignore:
Timestamp:
Feb 16, 2024, 11:41:50 AM (2 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncbiassinex.cpp

    r10338 r10339  
    6464                                               .arg(dayOfYear, 3, 10, QLatin1Char('0'))
    6565                                               .arg(daysec+_sampl , 5, 10, QLatin1Char('0'));
    66 
     66      QString biasStr =QString("%1").arg((bias * 1.e9 / t_CST::c), 21, 'f', 4, QLatin1Char(' '));
    6767      _out << " OSB       " << prn.toLatin1().data()
    6868           << "           " << obsCode.toLatin1().data()
     
    7070           << timeStrEnd.toLatin1().data()
    7171           << " ns   "
    72            << fixed << setw(21) << setprecision(4) << (bias * 1.e9 / t_CST::c)
     72           << biasStr.toLatin1().data()
    7373           << endl;
    7474
Note: See TracChangeset for help on using the changeset viewer.