Ignore:
Timestamp:
Jun 17, 2013, 4:36:10 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/bncpostprocess.h

    r5238 r5262  
    4343 
    4444 public:
    45   t_postProcessing(QObject* parent);
     45  t_postProcessing(QObject* parent, int maxSpeed = 0);
    4646  static void setObsFromRnx(const t_rnxObsFile* rnxObsFile,
    4747                            const t_rnxObsFile::t_rnxEpo* epo,
     
    5858 public slots:
    5959  void slotMessage(QByteArray msg, bool showOnScreen);
     60  void slotSetSpeed(int speed);
    6061
    6162 public:
     
    7273  QTextStream*  _outStream;
    7374  bool          _isToBeDeleted;
     75  int           _maxSpeed;
    7476};
    7577
Note: See TracChangeset for help on using the changeset viewer.