UserOut class public functions
Additional functions inherited from
Filter.
- UserOut(char *aTag = "UserOut");
- Set the tag which is a string to identifies an object if there
are many outputs that need to be distinguished between each
other.
- void action(void);
- Writes out each sample for each input signal.
- sampleType output(int index);
- Returns the input signals.
- void setTag(char *aTag);
- Sets the output printing tag for identifying the current object.