Changeset 6499 in ntrip for trunk/BNC/src/satObs.cpp


Ignore:
Timestamp:
Dec 29, 2014, 2:32:42 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6498 r6499  
    4343//
    4444////////////////////////////////////////////////////////////////////////////
    45 void t_clkCorr::readEpoch(const string epoLine, std::istream& in, QList<t_clkCorr>& corrList) {
     45void t_clkCorr::readEpoch(const string& epoLine, std::istream& in, QList<t_clkCorr>& corrList) {
    4646}
    4747
     
    8484//
    8585////////////////////////////////////////////////////////////////////////////
    86 void t_orbCorr::readEpoch(const string epoLine, std::istream& in, QList<t_orbCorr>& corrList) {
     86void t_orbCorr::readEpoch(const string& epoLine, std::istream& in, QList<t_orbCorr>& corrList) {
    8787}
    8888
     
    116116//
    117117////////////////////////////////////////////////////////////////////////////
    118 void t_satCodeBias::readEpoch(const string epoLine, std::istream& in, QList<t_satCodeBias>& biasList) {
     118void t_satCodeBias::readEpoch(const string& epoLine, std::istream& in, QList<t_satCodeBias>& biasList) {
    119119}
    120120
     
    153153//
    154154////////////////////////////////////////////////////////////////////////////
    155 void t_satPhaseBias::readEpoch(const string epoLine, std::istream& in, QList<t_satPhaseBias>& biasList) {
     155void t_satPhaseBias::readEpoch(const string& epoLine, std::istream& in, QList<t_satPhaseBias>& biasList) {
    156156}
    157157
     
    180180//
    181181////////////////////////////////////////////////////////////////////////////
    182 void t_vTec::read(const string epoLine, std::istream& in, t_vTec& vTec) {
     182void t_vTec::read(const string& epoLine, std::istream& in, t_vTec& vTec) {
    183183}
    184184
    185185//
    186186////////////////////////////////////////////////////////////////////////////
    187 t_corrSSR::e_type t_corrSSR::readEpoLine(const string line, bncTime& epoTime) {
     187t_corrSSR::e_type t_corrSSR::readEpoLine(const string& line, bncTime& epoTime) {
    188188
    189189}
Note: See TracChangeset for help on using the changeset viewer.