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

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

update regarding PPP

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
10using namespace BNC_PPP;
11
12
13// Constructor
14////////////////////////////////////////////////////////////////////////////
15t_pppRefSat::t_pppRefSat() {
16 _prn = t_prn();
17 _stecValue = 0.0;
18}
19
20t_pppRefSat::~t_pppRefSat(){
21
22}
Note: See TracBrowser for help on using the repository browser.