source: ntrip/trunk/BNS/bnssp3.cpp@ 848

Last change on this file since 848 was 848, checked in by mervart, 16 years ago

* empty log message *

File size: 883 bytes
Line 
1
2/* -------------------------------------------------------------------------
3 * BKG NTRIP Server
4 * -------------------------------------------------------------------------
5 *
6 * Class: bnsSP3
7 *
8 * Purpose: writes SP3 files
9 *
10 * Author: L. Mervart
11 *
12 * Created: 25-Apr-2008
13 *
14 * Changes:
15 *
16 * -----------------------------------------------------------------------*/
17
18#include <iomanip>
19
20#include "bnssp3.h"
21
22using namespace std;
23
24// Constructor
25////////////////////////////////////////////////////////////////////////////
26bnsSP3::bnsSP3() {
27}
28
29// Destructor
30////////////////////////////////////////////////////////////////////////////
31bnsSP3::~bnsSP3() {
32}
33
34//
35////////////////////////////////////////////////////////////////////////////
36void bnsSP3::write(int GPSweek, double GPSweeks, const QString& prn,
37 const ColumnVector& xx) {
38}
Note: See TracBrowser for help on using the repository browser.