Changeset 7231 in ntrip for trunk/BNC/src/PPP/pppUtils.h


Ignore:
Timestamp:
Aug 18, 2015, 4:13:05 PM (9 years ago)
Author:
stuerze
Message:

some interfaces are added to be able to handle ssr vtec in PPP mode

File:
1 edited

Legend:

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

    r7218 r7231  
    1616      return _satCodeBiases[prn.toInt()];
    1717  }
     18  void putTec(t_vTec* vTec);
     19  const t_vTec* vTec() const {
     20    return _vTec;
     21  }
    1822
    1923 private:
    2024  t_satCodeBias*   _satCodeBiases[t_prn::MAXPRN+1];
    21 
     25  t_vTec*          _vTec;
    2226};
    2327
Note: See TracChangeset for help on using the changeset viewer.