source:
ntrip/trunk/BNC/src/PPP/pppRefSat.cpp@
9504
| Last change on this file since 9504 was 8956, checked in by , 6 years ago | |
|---|---|
| File size: 337 bytes | |
| Rev | Line | |
|---|---|---|
| [8905] | 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.
