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

Legend:

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

    r5262 r5263  
    4343 
    4444 public:
    45   t_postProcessing(QObject* parent, int maxSpeed = 0);
     45  t_postProcessing(QObject* parent, int maxSpeed, int speed);
    4646  static void setObsFromRnx(const t_rnxObsFile* rnxObsFile,
    4747                            const t_rnxObsFile::t_rnxEpo* epo,
     
    7474  bool          _isToBeDeleted;
    7575  int           _maxSpeed;
     76  int           _speed;
     77  QMutex        _mutex;
    7678};
    7779
Note: See TracChangeset for help on using the changeset viewer.