Changeset 5757 in ntrip for trunk/BNC/src/PPP/options.h


Ignore:
Timestamp:
Aug 3, 2014, 12:35:20 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5752 r5757  
    2020  t_options();
    2121  ~t_options();
    22   bool dualFreqRequired();
    23   bool biasRequired();
    24   bool useGlonass();
    25   bool xyzAprRoverSet();
    26   bool estTropo();
    27   std::vector<t_lc::type> LCs();
    28   double maxRes(t_lc::type tLC);
     22  bool dualFreqRequired() const;
     23  bool biasRequired() const;
     24  bool useGlonass() const ;
     25  bool xyzAprRoverSet() const;
     26  bool estTropo() const ;
     27  std::vector<t_lc::type> LCs() const;
     28  double maxRes(t_lc::type tLC) const;
    2929
    3030  bool         _realTime;
Note: See TracChangeset for help on using the changeset viewer.