source: ntrip/trunk/BNC/src/satObs.cpp@ 6144

Last change on this file since 6144 was 6144, checked in by mervart, 10 years ago
File size: 787 bytes
Line 
1
2#include "satObs.h"
3using namespace std;
4
5//
6////////////////////////////////////////////////////////////////////////////
7t_clkCorr::t_clkCorr() {
8}
9
10//
11////////////////////////////////////////////////////////////////////////////
12t_clkCorr::t_clkCorr(const string& str) {
13}
14
15//
16////////////////////////////////////////////////////////////////////////////
17string t_clkCorr::toString() const {
18 return "CLK";
19}
20
21//
22////////////////////////////////////////////////////////////////////////////
23t_orbCorr::t_orbCorr() {
24}
25
26//
27////////////////////////////////////////////////////////////////////////////
28t_orbCorr::t_orbCorr(const string& str) {
29}
30
31//
32////////////////////////////////////////////////////////////////////////////
33string t_orbCorr::toString() const {
34 return "ORB";
35}
36
Note: See TracBrowser for help on using the repository browser.