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


Ignore:
Timestamp:
Aug 3, 2014, 11:52:30 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5750 r5752  
    1111class t_options {
    1212 public:
     13  class t_optBias {
     14   public:
     15    t_optBias(char system, t_lc::type tLC) : _system(system), _tLC(tLC) {}
     16    char       _system;
     17    t_lc::type _tLC;
     18  };
     19
    1320  t_options();
    1421  ~t_options();
     
    1724  bool useGlonass();
    1825  bool xyzAprRoverSet();
     26  bool estTropo();
    1927  std::vector<t_lc::type> LCs();
    2028  double maxRes(t_lc::type tLC);
     
    3947  std::vector<t_lc::type> _lcGLONASS;
    4048  std::vector<t_lc::type> _lcGalileo;
     49  std::vector<t_optBias>  _estBias;
    4150
    4251  ColumnVector _xyzAprRover;
Note: See TracChangeset for help on using the changeset viewer.