hexDump

class hexDump : public kotekan::Stage

Prints out contents of a buffer in hex in an xxd style format.

Buffers

  • in_buf The buffer to print the contents of.

    • Format: any

    • Metadata: any

Param len:

Default 128. The number of bytes to print.

Param offset:

Default 0. The offset into the frame.

Public Functions

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