Changeset 7138 in ntrip for trunk/BNC/src/ephemeris.cpp


Ignore:
Timestamp:
Jul 22, 2015, 10:45:16 AM (9 years ago)
Author:
stuerze
Message:

method added to set TOE from BDS week and sec

File:
1 edited

Legend:

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

    r7133 r7138  
    13591359  }
    13601360
     1361  _TOE.setBDS(int(_TOEweek), _TOEsec);
     1362
    13611363  // remark: actually should be computed from second_tot
    13621364  //         but it seems to be unreliable in RINEX files
     
    14441446  double yp     = r*sin(u);
    14451447  double toesec = (_TOE.gpssec() - 14.0);
    1446 
    14471448  double sinom = 0;
    14481449  double cosom = 0;
Note: See TracChangeset for help on using the changeset viewer.