Changeset 3003 in ntrip
- Timestamp:
- Feb 22, 2011, 11:44:56 AM (14 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnccaster.cpp
r2833 r3003 416 416 417 417 bncGetThread* getThread = new bncGetThread(url, format, latitude, 418 longitude, nmea, ntripVersion , "");418 longitude, nmea, ntripVersion); 419 419 addGetThread(getThread); 420 420 } -
trunk/BNC/bncgetthread.cpp
r2711 r3003 93 93 const QByteArray& longitude, 94 94 const QByteArray& nmea, 95 const QByteArray& ntripVersion , const QByteArray& extraStaID) {95 const QByteArray& ntripVersion) { 96 96 _rawFile = 0; 97 97 _mountPoint = mountPoint; 98 _staID = (extraStaID.size() == 0 ? mountPoint.path().mid(1).toAscii() : extraStaID);98 _staID = mountPoint.path().mid(1).toAscii(); 99 99 _format = format; 100 100 _latitude = latitude; -
trunk/BNC/bncgetthread.h
r2711 r3003 53 53 const QByteArray& longitude, 54 54 const QByteArray& nmea, 55 const QByteArray& ntripVersion , const QByteArray& extraStaID);55 const QByteArray& ntripVersion); 56 56 57 57 bncNetQuery::queryStatus queryStatus() {
Note:
See TracChangeset
for help on using the changeset viewer.