source: ntrip/trunk/BNC/combination/bnccomb.cpp@ 2903

Last change on this file since 2903 was 2903, checked in by mervart, 13 years ago
File size: 972 bytes
Line 
1/* -------------------------------------------------------------------------
2 * BKG NTRIP Client
3 * -------------------------------------------------------------------------
4 *
5 * Class: bncComb
6 *
7 * Purpose: Combinations of Orbit/Clock Corrections
8 *
9 * Author: L. Mervart
10 *
11 * Created: 22-Jan-2011
12 *
13 * Changes:
14 *
15 * -----------------------------------------------------------------------*/
16
17#include <iostream>
18
19#include "bnccomb.h"
20#include "bncapp.h"
21
22using namespace std;
23
24// Constructor
25////////////////////////////////////////////////////////////////////////////
26bncComb::bncComb() {
27}
28
29// Destructor
30////////////////////////////////////////////////////////////////////////////
31bncComb::~bncComb() {
32}
33
34//
35////////////////////////////////////////////////////////////////////////////
36void bncComb::processCorrLine(const QString& staID, const QString& line) {
37 /// cout << staID.toAscii().data() << " " << line.toAscii().data() << endl;
38}
39
Note: See TracBrowser for help on using the repository browser.