Changeset 6556 in ntrip for trunk/BNC/src/satObs.h


Ignore:
Timestamp:
Jan 19, 2015, 6:57:52 PM (9 years ago)
Author:
stuerze
Message:

separate consideration of ssr update interval

File:
1 edited

Legend:

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

    r6501 r6556  
    6868  unsigned short _iod;
    6969  bncTime        _time;
     70  unsigned int   _updateInt;
    7071  char           _system;
    7172  ColumnVector   _xr;
     
    8283  unsigned short _iod;
    8384  bncTime        _time;
     85  unsigned int   _updateInt;
    8486  double         _dClk;
    8587  double         _dotDClk;
     
    103105  t_prn                      _prn;
    104106  bncTime                    _time;
     107  unsigned int               _updateInt;
    105108  std::vector<t_frqCodeBias> _bias;
    106109};
     
    132135  t_prn                       _prn;
    133136  bncTime                     _time;
     137  unsigned int                _updateInt;
    134138  double                      _yawDeg;
    135139  double                      _yawDegRate;
     
    150154  std::string              _staID;
    151155  bncTime                  _time;
     156  unsigned int            _updateInt;
    152157  std::vector<t_vTecLayer> _layers;
    153158};
     
    157162  enum e_type {clkCorr, orbCorr, codeBias, phaseBias, vTec, unknown};
    158163  static e_type readEpoLine(const std::string& line, bncTime& epoTime,
    159                             int& numEntries, std::string& staID);
     164                            unsigned int& updateInt, int& numEntries, std::string& staID);
    160165};
    161166
Note: See TracChangeset for help on using the changeset viewer.