Changeset 10608 in ntrip for trunk/BNC/src/bncsp3.h
- Timestamp:
- Feb 13, 2025, 9:50:06 AM (6 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncsp3.h
r8483 r10608 56 56 virtual void closeFile(); 57 57 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; 64 65 }; 65 66
Note:
See TracChangeset
for help on using the changeset viewer.