source: ntrip/trunk/BNC/src/PPP/pppRefSat.cpp@ 8911

Last change on this file since 8911 was 8905, checked in by stuerze, 4 years ago

some developments regarding PPP, not completed!

File size: 364 bytes
Line 
1/*
2 * pppRefSat.cpp
3 *
4 * Created on: Feb 27, 2020
5 * Author: A. Stuerze
6 */
7
8#include "pppRefSat.h"
9
10using namespace BNC_PPP;
11
12
13// Constructor
14////////////////////////////////////////////////////////////////////////////
15t_pppRefSat::t_pppRefSat() {
16 _status = undefined;
17 _prn = t_prn();
18 _stecValue = 0.0;
19}
20
21t_pppRefSat::~t_pppRefSat(){
22
23}
Note: See TracBrowser for help on using the repository browser.