Changeset 8127 in ntrip for trunk/BNC/qwt/qwt_sampling_thread.h


Ignore:
Timestamp:
May 10, 2017, 3:20:54 PM (7 years ago)
Author:
stoecker
Message:

update qwt and qwtpolar, many QT5 fixes (unfinished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/qwt/qwt_sampling_thread.h

    r4271 r8127  
    88  \brief A thread collecting samples at regular intervals.
    99
    10   Contiounous signals are converted into a discrete signal by
     10  Continuous signals are converted into a discrete signal by
    1111  collecting samples at regular intervals. A discrete signal
    1212  can be displayed by a QwtPlotSeriesItem on a QwtPlot widget.
    1313
    14   QwtSamplingThread starts a thread calling perodically sample(),
     14  QwtSamplingThread starts a thread calling periodically sample(),
    1515  to collect and store ( or emit ) a single sample.
    1616
     
    3939       Collect a sample
    4040
    41        \param elapsed Time since the thread was started in miliseconds
     41       \param elapsed Time since the thread was started in milliseconds
    4242     */
    4343    virtual void sample( double elapsed ) = 0;
Note: See TracChangeset for help on using the changeset viewer.