Changeset 3184 in ntrip for trunk/BNC/bncsp3.cpp


Ignore:
Timestamp:
Mar 29, 2011, 8:19:50 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncsp3.cpp

    r3181 r3184  
    2626// Constructor
    2727////////////////////////////////////////////////////////////////////////////
    28 bncSP3::bncSP3(const QString& prep, const QString& ext, const QString& path,
    29                const QString& intr, int sampl)
    30   : bncoutf(prep, ext, path, intr, sampl) {
     28bncSP3::bncSP3(const QString& sklFileName, const QString& intr, int sampl)
     29  : bncoutf(sklFileName, intr, sampl) {
    3130
    3231  _lastGPSweek  = 0;
     
    4241////////////////////////////////////////////////////////////////////////////
    4342t_irc bncSP3::write(int GPSweek, double GPSweeks, const QString& prn,
    44                     const ColumnVector& xx, bool append) {
     43                    const ColumnVector& xx) {
    4544
    46   if ( bncoutf::write(GPSweek, GPSweeks, prn, xx, append) == success) {
     45  if (reopen(GPSweek, GPSweeks) == success) {
    4746
    4847    if (_lastGPSweek != GPSweek || _lastGPSweeks != GPSweeks) {
Note: See TracChangeset for help on using the changeset viewer.