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


Ignore:
Timestamp:
Feb 20, 2015, 9:23:22 AM (9 years ago)
Author:
stuerze
Message:

complete renaming Compass to BDS

File:
1 edited

Legend:

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

    r6556 r6600  
    13251325// Constructor
    13261326//////////////////////////////////////////////////////////////////////////////
    1327 t_ephCompass::t_ephCompass(float rnxVersion, const QStringList& lines) {
     1327t_ephBDS::t_ephBDS(float rnxVersion, const QStringList& lines) {
    13281328
    13291329  const int nLines = 8;
     
    14751475// Constructor
    14761476//////////////////////////////////////////////////////////////////////////////
    1477 t_irc t_ephCompass::position(int GPSweek, double GPSweeks, double* xc, double* vv) const {
     1477t_irc t_ephBDS::position(int GPSweek, double GPSweeks, double* xc, double* vv) const {
    14781478
    14791479  if (_checkState == bad) {
     
    16051605// RINEX Format String
    16061606//////////////////////////////////////////////////////////////////////////////
    1607 QString t_ephCompass::toString(double version) const {
     1607QString t_ephBDS::toString(double version) const {
    16081608
    16091609  QString rnxStr = rinexDateStr(_TOC_bdt, _prn, version);
Note: See TracChangeset for help on using the changeset viewer.