Changeset 6347 in ntrip


Ignore:
Timestamp:
Nov 26, 2014, 5:47:53 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6331 r6347  
    4343  t_irc write(int GPSweek, double GPSweeks, const QString& prn,
    4444              const ColumnVector& xCoM, double sp3Clk);
     45  const t_sp3Epoch* nextEpoch();
     46  const t_sp3Epoch* currEpoch() const {return _currEpoch;}
     47  const t_sp3Epoch* prevEpoch() const {return _prevEpoch;}
    4548
    4649 private:
     
    4952  virtual void writeHeader(const QDateTime& datTim);
    5053  virtual void closeFile();
    51   const t_sp3Epoch* nextEpoch();
    52   const t_sp3Epoch* currEpoch() const {return _currEpoch;}
    53   const t_sp3Epoch* prevEpoch() const {return _prevEpoch;}
    5454
    5555  e_inpOut      _inpOut;
Note: See TracChangeset for help on using the changeset viewer.