Changeset 366 in ntrip for trunk/BNC/bncmain.cpp
- Timestamp:
- Jan 17, 2007, 4:17:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmain.cpp
r356 r366 119 119 QUrl url(hlp[0]); 120 120 QByteArray format = hlp[1].toAscii(); 121 bncGetThread* getThread = new bncGetThread(url, format, iMount); 121 QByteArray latitude = hlp[2].toAscii(); 122 QByteArray longitude = hlp[3].toAscii(); 123 QByteArray nmea = hlp[4].toAscii(); 124 bncGetThread* getThread = new bncGetThread(url, format, latitude, longitude, nmea, iMount); 122 125 app.connect(getThread, SIGNAL(newMessage(const QByteArray&)), 123 126 &app, SLOT(slotMessage(const QByteArray&)));
Note:
See TracChangeset
for help on using the changeset viewer.