Changeset 8204 in ntrip for trunk/BNC/src/bncclockrinex.cpp


Ignore:
Timestamp:
Dec 11, 2017, 3:00:40 PM (6 years ago)
Author:
wiese
Message:

CHANGE: #105 toAscii deprecated

File:
1 edited

Legend:

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

    r8084 r8204  
    4848      double sec = fmod(GPSweeks, 60.0);
    4949
    50       _out << "AS " << prn.toAscii().data()
    51            << datTim.toString("  yyyy MM dd hh mm").toAscii().data()
     50      _out << "AS " << prn.toLatin1().data()
     51           << datTim.toString("  yyyy MM dd hh mm").toLatin1().data()
    5252           << fixed      << setw(10) << setprecision(6)  << sec
    53            << "  1   "   << fortranFormat(sp3Clk, 19, 12).toAscii().data() << endl;
     53           << "  1   "   << fortranFormat(sp3Clk, 19, 12).toLatin1().data() << endl;
    5454
    5555    return success;
     
    6969
    7070  _out << "BNC v" << BNCVERSION     << "                               "
    71        << datTim.toString("yyyyMMdd hhmmss").leftJustified(20, ' ', true).toAscii().data()
     71       << datTim.toString("yyyyMMdd hhmmss").leftJustified(20, ' ', true).toLatin1().data()
    7272       << "PGM / RUN BY / DATE" << endl;
    7373
Note: See TracChangeset for help on using the changeset viewer.