source: ntrip/trunk/BNC/bncrinex.cpp@ 73

Last change on this file since 73 was 73, checked in by mervart, 18 years ago

* empty log message *

File size: 1021 bytes
Line 
1
2/* -------------------------------------------------------------------------
3 * Bernese NTRIP Client
4 * -------------------------------------------------------------------------
5 *
6 * Class: bncRinex
7 *
8 * Purpose: writes RINEX files
9 *
10 * Author: L. Mervart
11 *
12 * Created: 27-Aug-2006
13 *
14 * Changes:
15 *
16 * -----------------------------------------------------------------------*/
17
18#include "bncrinex.h"
19
20// Constructor
21////////////////////////////////////////////////////////////////////////////
22bncRinex::bncRinex(const char* StatID) {
23 _statID = StatID;
24}
25
26// Destructor
27////////////////////////////////////////////////////////////////////////////
28bncRinex::~bncRinex() {
29}
30
31// Stores Observation into Internal Array
32////////////////////////////////////////////////////////////////////////////
33void bncRinex::deepCopy(const Observation* obs) {
34
35}
36
37// Write One Epoch into the RINEX File
38////////////////////////////////////////////////////////////////////////////
39void bncRinex::dumpEpoch() {
40
41}
42
Note: See TracBrowser for help on using the repository browser.