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

Public Methods | |
| StereoScope (int timeout=250, int pid=0) | |
| virtual | ~StereoScope () |
| virtual void | scopeEvent (float *left, float *right, int len) |
| void | scopeData (std::vector< float > *&left, std::vector< float > *&right) |
| virtual void | timeout () |
| virtual int | samples () const |
| virtual void | setSamples (int) |
|
|||||||||||||||
|
|
|
|
|
|
|
the "width" of each scopeEvent Reimplemented from 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 |
|
|
Reimplemented from Scope. |
|
|
reimplemented from class Visualization, you should never need to reimplement this yourself Reimplemented from Visualization. |
1.2.9.1 written by Dimitri van Heesch,
© 1997-2001