#include <VrPointSink.h>
Inheritance diagram for VrPointSink:

Public Member Functions | |
| virtual const char * | name () |
| default name for a module (override with actual name) | |
| virtual void | initialize () |
| Initialize any local state that is dependent on sampling frequency. | |
| void | clear () |
| void | set_persistent (int arg_persistent) |
| virtual int | work (VrSampleRange output, VrSampleRange inputs[], void *i[]) |
| VrPointSink (VrGUILayout *layout, int arg_min, int arg_max, int arg_nPoints=maxnPoints, int arg_no_wait=0) | |
| void | setRun (int r) |
| void | setSkip (int arg_inc, int arg_between) |
| void | setPoints (int arg_nPoints) |
Static Public Attributes | |
| const int | maxnPoints = 1000 |
| const int | divisions = 10 |
Private Member Functions | |
| void | collectData (VrComplex *i[]) |
| void | skipData (VrComplex *i[]) |
Private Attributes | |
| double | tpd |
| double | samplingFrequency |
| int | samplesAvailable |
| int | skipWork |
| int | skipIncrement |
| int | skipBetween |
| int | nPoints |
| int | current_nPoints |
| int | run |
| VrGUIPlot * | display |
| int | ymin |
| int | ymax |
| int | xmin |
| int | xmax |
| VrComplex | sampleValue |
| double | trigger |
| PointSinkState | state |
| PointSinkState | prevState |
| double | maxAmplitude |
| int | triggerCount |
| int | nextPoint |
| double * | xValues |
| double * | yValues |
| int | no_wait |
| int | first_time_collect |
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Initialize any local state that is dependent on sampling frequency.
Reimplemented from VrSigProc.
|
|
|
default name for a module (override with actual name)
Reimplemented from VrSink< VrComplex >.
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8