Class DummySink
Defined in File dummy_sink.hpp
Inheritance Relationships
Base Type
public DataTamer::DataSinkBase
(Class DataSinkBase)
Class Documentation
-
class DummySink : public DataTamer::DataSinkBase
The DummySink does nothing, only counting the number of snapshots received. Used mostly for testing and debugging.
Public Functions
-
inline ~DummySink() override
-
inline virtual void addChannel(std::string const &name, Schema const &schema) override
addChannel will register a schema into the sink. That schema will be recognized by its hash.
- Parameters:
name – name of the channel
schema – a schema, suaully obtained from LogChannel::getSchema()
-
inline ~DummySink() override