libsdr
0.1.0
A simple SDR library
|
Dumps buffers in a human readable form. More...
#include <utils.hh>
Public Member Functions | |
DebugDump (std::ostream &stream=std::cerr) | |
Constructor. More... | |
virtual | ~DebugDump () |
Destructor. More... | |
virtual void | config (const Config &src_cfg) |
Configures the dump-node. More... | |
virtual void | process (const Buffer< Scalar > &buffer, bool allow_overwrite) |
Dumps the received buffer. More... | |
Public Member Functions inherited from sdr::Sink< Scalar > | |
Sink () | |
Constructor. More... | |
virtual | ~Sink () |
Drestructor. More... | |
virtual void | handleBuffer (const RawBuffer &buffer, bool allow_overwrite) |
Re-implemented from SinkBase . More... | |
Public Member Functions inherited from sdr::SinkBase | |
SinkBase () | |
Constructor. More... | |
virtual | ~SinkBase () |
Destructor. More... | |
Protected Attributes | |
std::ostream & | _stream |
A reference to the output stream. More... | |
Dumps buffers in a human readable form.
|
inline |
Constructor.
|
inlinevirtual |
Destructor.
|
inlinevirtual |
Configures the dump-node.
Implements sdr::SinkBase.
|
inlinevirtual |
Dumps the received buffer.
Implements sdr::Sink< Scalar >.
|
protected |
A reference to the output stream.