Changeset 4798 in ntrip


Ignore:
Timestamp:
Nov 3, 2012, 1:35:06 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTRover/bncrtrover.cpp

    r4797 r4798  
    285285        ++iBias;
    286286        rtrover_bias& singleBias = satBiases._biases[iBias];
    287         singleBias._rnxType[0] = it.key()[0];
    288         singleBias._rnxType[1] = it.key()[1];
    289         singleBias._value      = it.value();
     287        singleBias._rnxType3ch[0] = 'C';
     288        singleBias._rnxType3ch[1] = it.key()[0];
     289        singleBias._rnxType3ch[2] = it.key()[1];
     290        singleBias._value         = it.value();
    290291      }
    291292    }
     
    333334        if (!existed) {
    334335          rtrover_initObs(&currObs);
    335           currObs._rnxType[0] = codeType[0];
    336           currObs._rnxType[1] = codeType[1];
     336          currObs._rnxType2ch[0] = codeType[0];
     337          currObs._rnxType2ch[1] = codeType[1];
    337338        }
    338339
Note: See TracChangeset for help on using the changeset viewer.