Changeset 3994 in ntrip for trunk/BNC/rinex/rnxobsfile.cpp


Ignore:
Timestamp:
Apr 22, 2012, 9:54:33 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/rnxobsfile.cpp

    r3979 r3994  
    360360// Retrieve single Epoch
    361361////////////////////////////////////////////////////////////////////////////
    362 const t_rnxObsFile::t_rnxEpo* t_rnxObsFile::nextEpoch() {
     362t_rnxObsFile::t_rnxEpo* t_rnxObsFile::nextEpoch() {
    363363
    364364  _currEpo.clear();
     
    374374// Retrieve single Epoch (RINEX Version 3)
    375375////////////////////////////////////////////////////////////////////////////
    376 const t_rnxObsFile::t_rnxEpo* t_rnxObsFile::nextEpochV3() {
     376t_rnxObsFile::t_rnxEpo* t_rnxObsFile::nextEpochV3() {
    377377
    378378  while ( _stream->status() == QTextStream::Ok && !_stream->atEnd() ) {
     
    443443// Retrieve single Epoch (RINEX Version 2)
    444444////////////////////////////////////////////////////////////////////////////
    445 const t_rnxObsFile::t_rnxEpo* t_rnxObsFile::nextEpochV2() {
     445t_rnxObsFile::t_rnxEpo* t_rnxObsFile::nextEpochV2() {
    446446
    447447  while ( _stream->status() == QTextStream::Ok && !_stream->atEnd() ) {
Note: See TracChangeset for help on using the changeset viewer.