source: ntrip/trunk/BNS/bnsrinex.cpp@ 847

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

* empty log message *

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