Changeset 7085 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Jul 17, 2015, 6:12:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.h
r7055 r7085 26 26 signals: 27 27 void newMessage(QByteArray msg, bool showOnScreen); 28 void new ClkCorrections(QList<t_clkCorr> clkCorrections);29 void new OrbCorrections(QList<t_orbCorr> orbCorrections);28 void newOrbCorrections(QList<t_orbCorr>); 29 void newClkCorrections(QList<t_clkCorr>); 30 30 31 31 private:
Note:
See TracChangeset
for help on using the changeset viewer.