#include <Indexer.h>
Definition at line 33 of file Indexer.h.
◆ Indexer()
Kwave::Indexer::Indexer |
( |
unsigned int |
index | ) |
|
Constructor
- Parameters
-
index | an index that is attached to the input data |
Definition at line 23 of file Indexer.cpp.
◆ ~Indexer()
Kwave::Indexer::~Indexer |
( |
| ) |
|
|
virtual |
◆ input
receives input data
Definition at line 34 of file Indexer.cpp.
References m_index, and output().
void output(unsigned int index, Kwave::SampleArray data)
◆ output
forwards index + data as output
Referenced by input().
◆ m_index
unsigned int Kwave::Indexer::m_index |
|
private |
the index that is attached to each output data
Definition at line 59 of file Indexer.h.
Referenced by input().
The documentation for this class was generated from the following files: