Changeset 8134 in ntrip
- Timestamp:
- Jul 17, 2017, 3:45:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncsinextro.cpp
r8110 r8134 132 132 _out << " " << _opt->_roverName.substr(0,4) << " A " << sol.toStdString() << " P " 133 133 << 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() 135 135 << " -----" << " -----------" << endl; 136 136 _out << "-SITE/RECEIVER" << endl << endl;
Note:
See TracChangeset
for help on using the changeset viewer.