Changeset 6602 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Feb 20, 2015, 10:57:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcedit.cpp
r6600 r6602 521 521 ephs.append(new t_ephSBAS(*dynamic_cast<t_ephSBAS*>(eph))); 522 522 } 523 else if (eph->type() == t_eph:: Compass) {523 else if (eph->type() == t_eph::BDS) { 524 524 ephs.append(new t_ephBDS(*dynamic_cast<t_ephBDS*>(eph))); 525 525 }
Note:
See TracChangeset
for help on using the changeset viewer.