Changeset 2548 in ntrip
- Timestamp:
- Aug 8, 2010, 4:34:55 PM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2547 r2548 137 137 138 138 connect(this, SIGNAL(newMessage(QByteArray,bool)), 139 ((bncApp*)qApp), 140 SLOT(slotMessage(const QByteArray,bool))); 139 ((bncApp*)qApp), SLOT(slotMessage(const QByteArray,bool))); 141 140 142 141 bncSettings settings; -
trunk/BNC/bncpppclient.cpp
r2545 r2548 75 75 } 76 76 77 connect(this, SIGNAL(newMessage(QByteArray,bool)), 78 ((bncApp*)qApp), SLOT(slotMessage(const QByteArray,bool))); 79 77 80 connect(((bncApp*)qApp), SIGNAL(newEphGPS(gpsephemeris)), 78 81 this, SLOT(slotNewEphGPS(gpsephemeris)), 79 82 Qt::DirectConnection); 83 80 84 connect(((bncApp*)qApp), SIGNAL(newEphGlonass(glonassephemeris)), 81 85 this, SLOT(slotNewEphGlonass(glonassephemeris)), 82 86 Qt::DirectConnection); 87 83 88 connect(((bncApp*)qApp), SIGNAL(newCorrections(QList<QString>)), 84 89 this, SLOT(slotNewCorrections(QList<QString>)), -
trunk/BNC/bncpppclient.h
r2505 r2548 127 127 128 128 signals: 129 void newMessage(QByteArray msg, bool showOnScreen); 129 130 void newPosition(bncTime time, double x, double y, double z); 130 131 void newNMEAstr(QByteArray str);
Note:
See TracChangeset
for help on using the changeset viewer.