Changeset 8791 in ntrip for branches/BNC_2.12


Ignore:
Timestamp:
Aug 15, 2019, 1:07:39 PM (5 years ago)
Author:
stuerze
Message:

minor changes for correct marker and receiver numbers in rinex v3 file names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncrinex.cpp

    r8668 r8791  
    378378    QString monNum = "0";
    379379    QString recNum = "0";
     380    if (statIDlength == 9) {
     381      monNum = QChar(_statID[4]);
     382      recNum = QChar(_statID[5]);
     383    }
    380384    QListIterator<QString> it(settings.value("mountPoints").toStringList());
    381385    while (it.hasNext()) {
Note: See TracChangeset for help on using the changeset viewer.