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/upload/bncephuploadcaster.cpp

    r6443 r6600  
    6666      const t_eph* eph = ephLast(it.next());
    6767
    68       const t_ephGPS*     ephGPS     = dynamic_cast<const t_ephGPS*>(eph);
    69       const t_ephGlo*     ephGlo     = dynamic_cast<const t_ephGlo*>(eph);
    70       const t_ephGal*     ephGal     = dynamic_cast<const t_ephGal*>(eph);
    71       const t_ephSBAS*    ephSBAS    = dynamic_cast<const t_ephSBAS*>(eph);
    72       const t_ephCompass* ephCompass = dynamic_cast<const t_ephCompass*>(eph);
     68      const t_ephGPS*  ephGPS  = dynamic_cast<const t_ephGPS*>(eph);
     69      const t_ephGlo*  ephGlo  = dynamic_cast<const t_ephGlo*>(eph);
     70      const t_ephGal*  ephGal  = dynamic_cast<const t_ephGal*>(eph);
     71      const t_ephSBAS* ephSBAS = dynamic_cast<const t_ephSBAS*>(eph);
     72      const t_ephBDS*  ephBDS  = dynamic_cast<const t_ephBDS*>(eph);
    7373
    7474      unsigned char Array[80];
     
    8787        size = t_ephEncoder::RTCM3(*ephSBAS, Array);
    8888      }
    89       else if (ephCompass) {
    90         size = t_ephEncoder::RTCM3(*ephCompass, Array);
     89      else if (ephBDS) {
     90        size = t_ephEncoder::RTCM3(*ephBDS, Array);
    9191      }
    9292      if (size > 0) {
Note: See TracChangeset for help on using the changeset viewer.