Changeset 5068 in ntrip for trunk/BNC/src/RTRover
- Timestamp:
- Mar 30, 2013, 11:39:46 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTRover/bncrtrover.cpp
r5066 r5068 5 5 6 6 #include "bncrtrover.h" 7 #include "bnc app.h"7 #include "bnccore.h" 8 8 #include "bncsettings.h" 9 9 #include "bnctime.h" … … 93 93 // Connect to BNC Signals 94 94 // ---------------------- 95 connect( PGM_CORE, SIGNAL(newCorrections(QList<QString>)),95 connect(BNC_CORE, SIGNAL(newCorrections(QList<QString>)), 96 96 this, SLOT(slotNewCorrections(QList<QString>))); 97 97 98 connect( PGM_CORE, SIGNAL(newEphGPS(gpsephemeris)),98 connect(BNC_CORE, SIGNAL(newEphGPS(gpsephemeris)), 99 99 this, SLOT(slotNewEphGPS(gpsephemeris))); 100 100 101 connect( PGM_CORE, SIGNAL(newEphGlonass(glonassephemeris)),101 connect(BNC_CORE, SIGNAL(newEphGlonass(glonassephemeris)), 102 102 this, SLOT(slotNewEphGlonass(glonassephemeris))); 103 103 104 connect( PGM_CORE, SIGNAL(newEphGalileo(galileoephemeris)),104 connect(BNC_CORE, SIGNAL(newEphGalileo(galileoephemeris)), 105 105 this, SLOT(slotNewEphGalileo(galileoephemeris))); 106 106
Note:
See TracChangeset
for help on using the changeset viewer.