|
Last change
on this file since 8938 was 8905, checked in by stuerze, 6 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 |
|
|---|
| 10 | using namespace BNC_PPP;
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | // Constructor
|
|---|
| 14 | ////////////////////////////////////////////////////////////////////////////
|
|---|
| 15 | t_pppRefSat::t_pppRefSat() {
|
|---|
| 16 | _status = undefined;
|
|---|
| 17 | _prn = t_prn();
|
|---|
| 18 | _stecValue = 0.0;
|
|---|
| 19 | }
|
|---|
| 20 |
|
|---|
| 21 | t_pppRefSat::~t_pppRefSat(){
|
|---|
| 22 |
|
|---|
| 23 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.