Changeset 7048 in ntrip for trunk/BNC/src/pppOptions.h


Ignore:
Timestamp:
Jul 14, 2015, 4:08:46 PM (9 years ago)
Author:
stuerze
Message:

a method for code LC determination is added

File:
1 edited

Legend:

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

    r6965 r7048  
    1717  const std::vector<t_lc::type>& LCs(char system) const;
    1818  std::vector<t_lc::type>        ambLCs(char system) const;
     19  std::vector<t_lc::type>        codeLCs(char system) const;
    1920  bool useSystem(char system) const {return LCs(system).size() > 0;}
    2021  bool useOrbClkCorr() const;
Note: See TracChangeset for help on using the changeset viewer.