Changeset 6347 in ntrip
- Timestamp:
- Nov 26, 2014, 5:47:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncsp3.h
r6331 r6347 43 43 t_irc write(int GPSweek, double GPSweeks, const QString& prn, 44 44 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;} 45 48 46 49 private: … … 49 52 virtual void writeHeader(const QDateTime& datTim); 50 53 virtual void closeFile(); 51 const t_sp3Epoch* nextEpoch();52 const t_sp3Epoch* currEpoch() const {return _currEpoch;}53 const t_sp3Epoch* prevEpoch() const {return _prevEpoch;}54 54 55 55 e_inpOut _inpOut;
Note:
See TracChangeset
for help on using the changeset viewer.