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


Ignore:
Timestamp:
Feb 17, 2016, 5:05:17 PM (8 years ago)
Author:
stuerze
Message:

minor format changes in sinex tro header

File:
1 edited

Legend:

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

    r7788 r7789  
    155155      _out << "*DESCRIPTION_________ S/N__ L1->ARP(m)__________ L2->ARP(m)__________ AZ_EL____" << endl;
    156156      _out << QString(" %1").arg(_opt->_antNameRover.c_str(), 20,QLatin1Char(' ')).toStdString()
    157            <<  "      "
     157           <<  " -----"
    158158           << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::G1).toStdString()
    159159           << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::G2).toStdString()
     
    166166      _out << "*DESCRIPTION_________ S/N__ L1->ARP(m)__________ L2->ARP(m)__________ AZ_EL____" << endl;
    167167      _out << QString(" %1").arg(_opt->_antNameRover.c_str(), 20,QLatin1Char(' ')).toStdString()
    168            <<  "      "
     168           <<  " -----"
    169169           << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::R1).toStdString()
    170170           << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::R2).toStdString()
     
    177177      _out << "*DESCRIPTION_________ S/N__ L1->ARP(m)__________ L2->ARP(m)__________ AZ_EL____" << endl;
    178178      _out << QString(" %1").arg(_opt->_antNameRover.c_str(), 20,QLatin1Char(' ')).toStdString()
    179            <<  "      "
     179           <<  " -----"
    180180           << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::E1).toStdString()
    181181           << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::E5).toStdString()
     
    188188      _out << "*DESCRIPTION_________ S/N__ L1->ARP(m)__________ L2->ARP(m)__________ AZ_EL____" << endl;
    189189      _out << QString(" %1").arg(_opt->_antNameRover.c_str(), 20,QLatin1Char(' ')).toStdString()
    190            <<  "      "
     190           <<  " -----"
    191191           << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::C2).toStdString()
    192192           << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::C7).toStdString()
Note: See TracChangeset for help on using the changeset viewer.