Changeset 6141 in ntrip for trunk/BNC/src/pppInclude.h


Ignore:
Timestamp:
Sep 13, 2014, 5:08:22 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6135 r6141  
    3535  std::string  _log;         
    3636  bool         _error;       
    37 };
    38 
    39 class t_orbCorr {
    40  public:
    41   t_prn          prn() const {return _prn;}
    42   unsigned short IOD() const {return _iod;}
    43   t_prn          _prn;
    44   unsigned short _iod;
    45   bncTime        _time;
    46   char           _system;
    47   double         _xr[3];
    48   double         _dotXr[3];
    49 };
    50 
    51 class t_clkCorr {
    52  public:
    53   t_prn          prn() const {return _prn;}
    54   unsigned short IOD() const {return _iod;}
    55   t_prn          _prn;
    56   unsigned short _iod;
    57   bncTime        _time;
    58   double         _dClk;
    59   double         _dotDClk;
    60   double         _dotDotDClk;
    61   double         _clkPartial;
    62 };
    63 
    64 class t_frqBias {
    65  public:
    66   t_frqBias() {
    67     _code       = 0.0;         
    68     _codeValid  = false;     
    69     _phase      = 0.0;         
    70     _phaseValid = false;   
    71   }
    72   std::string _rnxType2ch;
    73   double      _code;         
    74   bool        _codeValid;     
    75   double      _phase;         
    76   bool        _phaseValid;   
    77 };
    78 
    79 class t_satBias {
    80  public:
    81   t_prn                  _prn;
    82   bncTime                _time;
    83   int                    _nx;
    84   int                    _jumpCount;
    85   std::vector<t_frqBias> _bias;
    8637};
    8738
Note: See TracChangeset for help on using the changeset viewer.