ReplaceHFB

class ReplaceHFB : public kotekan::Stage

Copy a buffer and replace its data with test data.

Buffers

  • in_buf The kotekan buffer which will be read from.

    • Format: hfbBuffer structured

    • Metadata: HFBMetadata

  • out_buf The kotekan buffer to be filled with the replaced data.

    • Format: hfbBuffer structured

    • Metadata: HFBMetadata

Author

Richard Shaw

Public Functions

ReplaceHFB(kotekan::Config &config, const std::string &unique_name, kotekan::bufferContainer &buffer_container)

Constructor. Loads config options.

virtual void main_thread() override

Primary loop to wait for buffers, stuff in data, mark full, lather, rinse and repeat.