- Timestamp:
- Feb 17, 2016, 5:05:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncsinextro.cpp
r7788 r7789 155 155 _out << "*DESCRIPTION_________ S/N__ L1->ARP(m)__________ L2->ARP(m)__________ AZ_EL____" << endl; 156 156 _out << QString(" %1").arg(_opt->_antNameRover.c_str(), 20,QLatin1Char(' ')).toStdString() 157 << " 157 << " -----" 158 158 << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::G1).toStdString() 159 159 << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::G2).toStdString() … … 166 166 _out << "*DESCRIPTION_________ S/N__ L1->ARP(m)__________ L2->ARP(m)__________ AZ_EL____" << endl; 167 167 _out << QString(" %1").arg(_opt->_antNameRover.c_str(), 20,QLatin1Char(' ')).toStdString() 168 << " 168 << " -----" 169 169 << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::R1).toStdString() 170 170 << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::R2).toStdString() … … 177 177 _out << "*DESCRIPTION_________ S/N__ L1->ARP(m)__________ L2->ARP(m)__________ AZ_EL____" << endl; 178 178 _out << QString(" %1").arg(_opt->_antNameRover.c_str(), 20,QLatin1Char(' ')).toStdString() 179 << " 179 << " -----" 180 180 << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::E1).toStdString() 181 181 << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::E5).toStdString() … … 188 188 _out << "*DESCRIPTION_________ S/N__ L1->ARP(m)__________ L2->ARP(m)__________ AZ_EL____" << endl; 189 189 _out << QString(" %1").arg(_opt->_antNameRover.c_str(), 20,QLatin1Char(' ')).toStdString() 190 << " 190 << " -----" 191 191 << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::C2).toStdString() 192 192 << _antex->pcoSinexString(_opt->_antNameRover, t_frequency::C7).toStdString()
Note:
See TracChangeset
for help on using the changeset viewer.