/*
 * pppRefSat.cpp
 *
 *  Created on: Feb 27, 2020
 *      Author: A. Stuerze
 */

#include "pppRefSat.h"

using namespace BNC_PPP;


// Constructor
////////////////////////////////////////////////////////////////////////////
t_pppRefSat::t_pppRefSat() {
  _prn        = t_prn();
  _stecValue  = 0.0;
}

t_pppRefSat::~t_pppRefSat(){

}