Changeset 3181 in ntrip for trunk/BNC/combination


Ignore:
Timestamp:
Mar 29, 2011, 5:48:33 PM (13 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/combination
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r3143 r3181  
    2525#include "bncutils.h"
    2626#include "bncpppclient.h"
    27 #include "bnssp3.h"
     27#include "bncsp3.h"
    2828#include "bncantex.h"
    2929#include "bnctides.h"
     
    185185    QString interval  = "";
    186186    int     sampl     = 0;
    187     _sp3 = new bnsSP3(prep, ext, path, interval, sampl);
     187    _sp3 = new bncSP3(prep, ext, path, interval, sampl);
    188188  }
    189189
  • trunk/BNC/combination/bnccomb.h

    r3138 r3181  
    88
    99class cmbCaster;
    10 class bnsSP3;
     10class bncSP3;
    1111class bncAntex;
    1212
     
    8989  QString               _outName;
    9090  std::ofstream*        _out;
    91   bnsSP3*               _sp3;
     91  bncSP3*               _sp3;
    9292  bool                  _append;
    9393  bncAntex*             _antex;
Note: See TracChangeset for help on using the changeset viewer.