#include <plugin.h>
Inheritance diagram for MonoScope:

Public Member Functions | |
| MonoScope (int timeout=250, int pid=0) | |
| virtual | ~MonoScope () |
| virtual void | scopeEvent (float *data, int len) |
| void | scopeData (std::vector< float > *&data) |
| virtual void | timeout () |
| virtual int | samples () const |
| virtual void | setSamples (int) |
|
||||||||||||
|
|
|
|
|
|
|
the "width" of each scopeEvent Implements Scope. |
|
|
get the current data pass a vector<float>*, this will do the rest. do not allocate it beforehand. you must then delete the vectors
|
|
||||||||||||
|
called according to the timeout the float contains the data, with |
|
|
Implements Scope. |
|
|
reimplemented from class Visualization, you should never need to reimplement this yourself Implements Visualization. |
1.3-rc3