Changeset 7176 in ntrip for trunk/BNC/src/bnccaster.cpp


Ignore:
Timestamp:
Aug 7, 2015, 1:18:18 PM (9 years ago)
Author:
stuerze
Message:

country information from source table is added to have it available for RINEX v3 filenames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnccaster.cpp

    r6450 r7176  
    428428    if (!existFlg) {
    429429      QByteArray format    = hlp[1].toAscii();
    430       QByteArray latitude  = hlp[2].toAscii();
    431       QByteArray longitude = hlp[3].toAscii();
    432       QByteArray nmea      = hlp[4].toAscii();
    433       QByteArray ntripVersion = hlp[5].toAscii();
     430      QByteArray latitude  = hlp[3].toAscii();
     431      QByteArray longitude = hlp[4].toAscii();
     432      QByteArray nmea      = hlp[5].toAscii();
     433      QByteArray ntripVersion = hlp[6].toAscii();
    434434     
    435435      bncGetThread* getThread = new bncGetThread(url, format, latitude,
Note: See TracChangeset for help on using the changeset viewer.