Changeset 6385 in ntrip
- Timestamp:
- Dec 19, 2014, 4:00:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/ephemeris.cpp
r6377 r6385 1100 1100 } 1101 1101 1102 // Constructor 1103 ////////////////////////////////////////////////////////////////////////////// 1104 t_ephSBAS::t_ephSBAS(float rnxVersion, const QStringList& lines) { 1105 } 1106 1107 // Set SBAS Satellite Position 1108 //////////////////////////////////////////////////////////////////////////// 1109 void t_ephSBAS::set(const sbasephemeris* ee) { 1110 } 1111 1112 // Compute SBAS Satellite Position (virtual) 1113 //////////////////////////////////////////////////////////////////////////// 1114 t_irc t_ephSBAS::position(int GPSweek, double GPSweeks, double* xc, double* vv) const { 1115 } 1116 1117 // RINEX Format String 1118 ////////////////////////////////////////////////////////////////////////////// 1119 QString t_ephSBAS::toString(double version) const { 1120 }
Note:
See TracChangeset
for help on using the changeset viewer.