| 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 |
|
|---|
| 22 | using namespace std;
|
|---|
| 23 |
|
|---|
| 24 | // Constructor
|
|---|
| 25 | ////////////////////////////////////////////////////////////////////////////
|
|---|
| 26 | bncComb::bncComb() {
|
|---|
| 27 | }
|
|---|
| 28 |
|
|---|
| 29 | // Destructor
|
|---|
| 30 | ////////////////////////////////////////////////////////////////////////////
|
|---|
| 31 | bncComb::~bncComb() {
|
|---|
| 32 | }
|
|---|
| 33 |
|
|---|
| 34 | //
|
|---|
| 35 | ////////////////////////////////////////////////////////////////////////////
|
|---|
| 36 | void 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.