Changeset 9386 in ntrip for trunk/BNC/src/PPP/pppParlist.h


Ignore:
Timestamp:
Mar 25, 2021, 3:17:35 PM (3 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppParlist.h

    r9288 r9386  
    1515class t_pppParam {
    1616 public:
    17   enum e_type {crdX, crdY, crdZ, clkR, amb, offGR, offGE, offGC, trp, ion, cBias1, cBias2, pBias1, pBias2};
     17  enum e_type {crdX, crdY, crdZ, clkR, trp, ion, amb, offGR, offGE, offGC,
     18               cBiasG1, cBiasR1, cBiasE1, cBiasC1, pBiasG1, pBiasR1, pBiasE1, pBiasC1,
     19               cBiasG2, cBiasR2, cBiasE2, cBiasC2, pBiasG2, pBiasR2, pBiasE2, pBiasC2};
    1820
    19   t_pppParam(e_type type, const t_prn& prn, t_lc::type tLC,
    20           const std::vector<t_pppSatObs*>* obsVector = 0);
     21  t_pppParam(e_type type, const t_prn& prn, t_lc::type tLC, const std::vector<t_pppSatObs*>* obsVector = 0);
    2122
    2223  ~t_pppParam();
     
    3334    _indexOld = _indexNew;
    3435    _indexNew = indexNew;
     36  }
     37  void resetIndex() {
     38    _indexOld = -1;
     39    _indexNew = -1;
    3540  }
    3641  int indexOld() const {return _indexOld;}
Note: See TracChangeset for help on using the changeset viewer.