Changeset 130 in ntrip for trunk/BNC/bncrinex.cpp


Ignore:
Timestamp:
Sep 7, 2006, 9:25:28 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r129 r130  
    240240                                             fmod(firstObs->sec, 1.0) );
    241241
     242  // Close the file
     243  // --------------
     244  if (_nextCloseEpoch.isValid() && datTim >= _nextCloseEpoch) {
     245    closeFile();
     246    _headerWritten = false;
     247  }
     248
    242249  // Write RINEX Header
    243250  // ------------------
     
    279286}
    280287
     288// Close the Old RINEX File
     289////////////////////////////////////////////////////////////////////////////
     290void bncRinex::closeFile() {
     291  _out.close();
     292}
Note: See TracChangeset for help on using the changeset viewer.