Changeset 8483 in ntrip for trunk/BNC/src/bncsp3.h


Ignore:
Timestamp:
Sep 17, 2018, 2:53:30 PM (6 years ago)
Author:
stuerze
Message:

SSR parameter clock rate, clock drift and URA are added within RTNET format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncsp3.h

    r6351 r8483  
    1616   public:
    1717    t_sp3Sat() {
    18       _xyz.ReSize(3); 
     18      _xyz.ReSize(3);
    1919      _xyz      = 0.0;
    2020      _clk      = 0.0;
     
    4343  bncSP3(const QString& sklFileName, const QString& intr, int sampl); // output
    4444  virtual ~bncSP3();
    45   t_irc write(int GPSweek, double GPSweeks, const QString& prn,
    46               const ColumnVector& xCoM, double sp3Clk);
     45  t_irc write(int GPSweek, double GPSweeks, const QString& prn,
     46              const ColumnVector& xCoM, double sp3Clk,
     47              const ColumnVector& v, double sp3ClkRate);
    4748  const t_sp3Epoch* nextEpoch();
    4849  const t_sp3Epoch* currEpoch() const {return _currEpoch;}
Note: See TracChangeset for help on using the changeset viewer.