Changeset 7848 in ntrip for trunk/BNC/src/bncsinextro.cpp


Ignore:
Timestamp:
Mar 18, 2016, 5:46:42 PM (8 years ago)
Author:
stuerze
Message:

minor format changes regarding PCO info in sinex tro header

File:
1 edited

Legend:

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

    r7789 r7848  
    158158           << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::G1).toStdString()
    159159           << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::G2).toStdString()
     160           <<  " ---------"
    160161        << endl;
    161162      _out << "-SITE/GPS_PHASE_CENTER" << endl << endl;
     
    169170           << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::R1).toStdString()
    170171           << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::R2).toStdString()
     172           <<  " ---------"
    171173        << endl;
    172174      _out << "-SITE/GLONASS_PHASE_CENTER" << endl << endl;
Note: See TracChangeset for help on using the changeset viewer.