Ignore:
Timestamp:
Dec 13, 2022, 10:57:26 PM (17 months ago)
Author:
stuerze
Message:

some renaming off ssr file output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp

    r9771 r9941  
    136136                                      settings.value("corrIntr").toString(), 3);
    137137
     138    QString cntStr = (_fileNameSkl.contains("ION")) ? "_ION.ssr" : "_MC.ssr";
     139
    138140    QString fileNameHlp = _fileNameSkl +
    139141                      "_S_" +     // stream
    140142                      QString("%1").arg(datTim.date().year()) +
    141143                      QString("%1").arg(datTim.date().dayOfYear(), 3, 10, QChar('0')) +
    142                       hlpStr +   // HM_period
    143                       "_MC.ssr"; // mixed BRDC
     144                      hlpStr +  // HM_period
     145                                          cntStr;   // mixed ION or CLK
    144146
    145147    if (_fileName == fileNameHlp) {
Note: See TracChangeset for help on using the changeset viewer.