Changeset 8135 in ntrip for branches


Ignore:
Timestamp:
Jul 17, 2017, 3:49:54 PM (7 years ago)
Author:
stuerze
Message:

small bug regarding sinex tro file fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncsinextro.cpp

    r8111 r8135  
    132132    _out << " " << _opt->_roverName.substr(0,4) << "  A "  <<  sol.toStdString() << " P "
    133133         << startTime.toStdString() << " " << endTime.toStdString()
    134          << QString(" %1").arg(_opt->_antNameRover.c_str(), 20,QLatin1Char(' ')).toStdString()
     134         << QString(" %1").arg(_opt->_recNameRover.c_str(), 20,QLatin1Char(' ')).toStdString()
    135135         << " -----" << " -----------" << endl;
    136136    _out << "-SITE/RECEIVER" << endl << endl;
Note: See TracChangeset for help on using the changeset viewer.