/* ------------------------------------------------------------------------- * BKG NTRIP Server * ------------------------------------------------------------------------- * * Class: bnsSP3 * * Purpose: writes SP3 files * * Author: L. Mervart * * Created: 25-Apr-2008 * * Changes: * * -----------------------------------------------------------------------*/ #include #include "bnssp3.h" using namespace std; // Constructor //////////////////////////////////////////////////////////////////////////// bnsSP3::bnsSP3() { } // Destructor //////////////////////////////////////////////////////////////////////////// bnsSP3::~bnsSP3() { } // //////////////////////////////////////////////////////////////////////////// void bnsSP3::write(int GPSweek, double GPSweeks, const QString& prn, const ColumnVector& xx) { }