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


Ignore:
Timestamp:
Feb 13, 2025, 9:50:06 AM (6 days ago)
Author:
stuerze
Message:

inclusion of the 24:00 epoch in orbit and clock product files

File:
1 edited

Legend:

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

    r8483 r10608  
    5656  virtual void closeFile();
    5757
    58   e_inpOut      _inpOut;
    59   bncTime       _lastEpoTime;
    60   std::ifstream _stream;
    61   std::string   _lastLine;
    62   t_sp3Epoch*   _currEpoch;
    63   t_sp3Epoch*   _prevEpoch;
     58  e_inpOut           _inpOut;
     59  bncTime            _lastEpoTime;
     60  std::ifstream      _stream;
     61  std::string        _lastLine;
     62  t_sp3Epoch*        _currEpoch;
     63  t_sp3Epoch*        _prevEpoch;
     64  std::ostringstream _oStr;
    6465};
    6566
Note: See TracChangeset for help on using the changeset viewer.