Changeset 9785 in ntrip for trunk/BNC/src/ephemeris.h


Ignore:
Timestamp:
Jun 29, 2022, 12:03:05 PM (22 months ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

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

    r9774 r9785  
    445445   _TGD2            = 0.0;
    446446   _SatH1           = 0.0;
    447    _TOW             = 0.0;
    448447   _TOEsec          = 0.0;
    449    _TOEweek         =-1.0;
     448   _BDTweek         = 0.0;
    450449   _receptStaID     = "";
    451450 }
     
    488487  double  _TGD2;             //  [s]
    489488  int     _SatH1;            //
    490   double  _TOW;              //  [s] of BDT week
    491489  double  _TOEsec;           //  [s] of BDT week
    492   double  _TOEweek;          //  BDT week will be set only in case of RINEX file input
     490  double  _BDTweek;          //  BDT week
    493491};
    494492#endif
Note: See TracChangeset for help on using the changeset viewer.