Changeset 6600 in ntrip for trunk/BNC/src/rinex


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

complete renaming Compass to BDS

Location:
trunk/BNC/src/rinex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcedit.cpp

    r6537 r6600  
    522522      }
    523523      else if (eph->type() == t_eph::Compass) {
    524         ephs.append(new t_ephCompass(*dynamic_cast<t_ephCompass*>(eph)));
    525       }
    526     }
    527   }
    528 }
     524        ephs.append(new t_ephBDS(*dynamic_cast<t_ephBDS*>(eph)));
     525      }
     526    }
     527  }
     528}
  • trunk/BNC/src/rinex/rnxnavfile.cpp

    r6518 r6600  
    198198        lines << stream->readLine();
    199199      }
    200       eph = new t_ephCompass(version(), lines);
     200      eph = new t_ephBDS(version(), lines);
    201201    }
    202202    if (eph && eph->checkState() != t_eph::bad) {
Note: See TracChangeset for help on using the changeset viewer.