Changeset 3041 in ntrip for trunk/BNS/bnssp3.cpp


Ignore:
Timestamp:
Feb 25, 2011, 2:17:45 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnssp3.cpp

    r860 r3041  
    4242////////////////////////////////////////////////////////////////////////////
    4343t_irc bnsSP3::write(int GPSweek, double GPSweeks, const QString& prn,
    44                    const ColumnVector& xx) {
     44                    const ColumnVector& xx, bool append) {
    4545
    46   if ( bnsoutf::write(GPSweek, GPSweeks, prn, xx) == success) {
     46  if ( bnsoutf::write(GPSweek, GPSweeks, prn, xx, append) == success) {
    4747
    4848    if (_lastGPSweek != GPSweek || _lastGPSweeks != GPSweeks) {
Note: See TracChangeset for help on using the changeset viewer.