rawFileRead

class rawFileRead : public kotekan::Stage

Read and stream a dumped buffer.

Buffers

  • buf The data read from the raw file.

    • Format: Any

    • Metadata: Any

Param base_dir:

String. Directory to read from.

Param file_name:

String. Base filename to read.

Param file_ext:

String. File extension.

Param end_interrupt:

Bool. Interrupt Kotekan if run out of files to read

Public Functions

rawFileRead(kotekan::Config &config, const std::string &unique_name, kotekan::bufferContainer &buffer_container)
virtual ~rawFileRead()
virtual void main_thread() override