/* ------------------------------------------------------------------------- * BKG NTRIP Client * ------------------------------------------------------------------------- * * Class: bncComb * * Purpose: Combinations of Orbit/Clock Corrections * * Author: L. Mervart * * Created: 22-Jan-2011 * * Changes: * * -----------------------------------------------------------------------*/ #include #include "bnccomb.h" #include "bncapp.h" using namespace std; // Constructor //////////////////////////////////////////////////////////////////////////// bncComb::bncComb() { } // Destructor //////////////////////////////////////////////////////////////////////////// bncComb::~bncComb() { } // //////////////////////////////////////////////////////////////////////////// void bncComb::processCorrLine(const QString& staID, const QString& line) { /// cout << staID.toAscii().data() << " " << line.toAscii().data() << endl; }