Changeset 5870 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 8, 2014, 11:12:41 AM (10 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppMain.h
r5860 r5870 9 9 10 10 class t_pppMain : public QObject { 11 Q_OBJECT 11 12 public: 12 13 t_pppMain(); -
trunk/BNC/src/PPP/pppRunRealTime.cpp
r5860 r5870 201 201 202 202 delete _epoData.front(); _epoData.pop_front(); 203 204 //// beg test205 cout << output._log << endl; cout.flush();206 //// end test207 203 208 204 emit newMessage(QByteArray(output._log.c_str()), true);
Note:
See TracChangeset
for help on using the changeset viewer.