Changeset 6385 in ntrip


Ignore:
Timestamp:
Dec 19, 2014, 4:00:53 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6377 r6385  
    11001100}
    11011101
     1102// Constructor
     1103//////////////////////////////////////////////////////////////////////////////
     1104t_ephSBAS::t_ephSBAS(float rnxVersion, const QStringList& lines) {
     1105}
     1106
     1107// Set SBAS Satellite Position
     1108////////////////////////////////////////////////////////////////////////////
     1109void t_ephSBAS::set(const sbasephemeris* ee) {
     1110}
     1111
     1112// Compute SBAS Satellite Position (virtual)
     1113////////////////////////////////////////////////////////////////////////////
     1114t_irc t_ephSBAS::position(int GPSweek, double GPSweeks, double* xc, double* vv) const {
     1115}
     1116
     1117// RINEX Format String
     1118//////////////////////////////////////////////////////////////////////////////
     1119QString t_ephSBAS::toString(double version) const {
     1120}
Note: See TracChangeset for help on using the changeset viewer.