Changeset 258 in ntrip for trunk/BNC/bncgetthread.cpp


Ignore:
Timestamp:
Oct 18, 2006, 4:19:25 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r256 r258  
    257257             it != _decoder->_obsList.end(); it++) {
    258258          emit newObs(_staID, *it);
    259           _global_caster->newObs(_staID, _mountPoint, *it);
     259          bool firstObs = (it == _decoder->_obsList.begin());
     260          _global_caster->newObs(_staID, _mountPoint, firstObs, *it);
    260261        }
    261262        _decoder->_obsList.clear();
Note: See TracChangeset for help on using the changeset viewer.