Changeset 6035 in ntrip for trunk/BNC/src/PPP/pppOptions.h


Ignore:
Timestamp:
Aug 21, 2014, 1:04:43 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6019 r6035  
    1414  ~t_pppOptions();
    1515
     16  std::vector<char>              systems() const;
    1617  const std::vector<t_lc::type>& LCs(char system) const;
     18  std::vector<t_lc::type>        ambLCs(char system) const;
     19  bool useSystem(char system) const {return LCs(system).size() > 0;}
    1720  bool useOrbClkCorr() const;
    18   std::vector<char> systems() const;
    19   std::vector<t_lc::type> ambLCs(char system) const;
    20   bool useGlonass() const  {return _LCsGLONASS.size() > 0;}
    2121  bool estTrp() const {return _aprSigTrp > 0.0 || _noiseTrp > 0.0;}
    2222  bool xyzAprRoverSet() const {
Note: See TracChangeset for help on using the changeset viewer.