Changeset 2865 in ntrip for trunk/BNC/bncapp.cpp


Ignore:
Timestamp:
Jan 22, 2011, 12:52:25 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r2861 r2865  
    4848#include "bncsettings.h"
    4949#include "bncversion.h"
     50#include "bnccomb.h"
    5051
    5152using namespace std;
     
    110111    _GLOFreq[ii] = 0;
    111112  }
     113
     114  _bncComb = new bncComb();
    112115}
    113116
     
    142145
    143146  delete _rawFile;
     147
     148  delete _bncComb;
    144149}
    145150
     
    749754    emit( newMessage(line.toAscii(), true) );
    750755    return;
     756  }
     757
     758  // Combination of Corrections
     759  // --------------------------
     760  if (_bncComb) {
     761    _bncComb->processCorrLine(staID, line);
    751762  }
    752763
Note: See TracChangeset for help on using the changeset viewer.