source:
ntrip/trunk/BNC/src/PPP/pppRefSat.cpp@
9241
Last change on this file since 9241 was 8956, checked in by , 4 years ago | |
---|---|
File size: 337 bytes |
Line | |
---|---|
1 | /* |
2 | * pppRefSat.cpp |
3 | * |
4 | * Created on: Feb 27, 2020 |
5 | * Author: A. Stuerze |
6 | */ |
7 | |
8 | #include "pppRefSat.h" |
9 | |
10 | using namespace BNC_PPP; |
11 | |
12 | |
13 | // Constructor |
14 | //////////////////////////////////////////////////////////////////////////// |
15 | t_pppRefSat::t_pppRefSat() { |
16 | _prn = t_prn(); |
17 | _stecValue = 0.0; |
18 | } |
19 | |
20 | t_pppRefSat::~t_pppRefSat(){ |
21 | |
22 | } |
Note:
See TracBrowser
for help on using the repository browser.