Changeset 6391 in ntrip for trunk/BNC/src/rinex/reqcedit.cpp


Ignore:
Timestamp:
Dec 20, 2014, 10:47:02 AM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6377 r6391  
    518518        ephs.append(new t_ephGPS(*dynamic_cast<t_ephGPS*>(eph)));
    519519      }
    520     }
    521   }
    522 }
     520      else if (eph->type() == t_eph::SBAS) {
     521        ephs.append(new t_ephSBAS(*dynamic_cast<t_ephSBAS*>(eph)));
     522      }
     523    }
     524  }
     525}
Note: See TracChangeset for help on using the changeset viewer.