Changeset 366 in ntrip for trunk/BNC/bncmain.cpp


Ignore:
Timestamp:
Jan 17, 2007, 4:17:20 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmain.cpp

    r356 r366  
    119119      QUrl url(hlp[0]);
    120120      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);
    122125      app.connect(getThread, SIGNAL(newMessage(const QByteArray&)),
    123126                  &app, SLOT(slotMessage(const QByteArray&)));
Note: See TracChangeset for help on using the changeset viewer.