Module discarding all received packets. More...
#include <senf/PPI/DiscardSink.hh>

Public Member Functions | |
| DiscardSink () | |
Public Member Functions inherited from senf::ppi::module::Module | |
| virtual | ~Module () |
Public Attributes | |
| connector::PassiveInput | input |
Additional Inherited Members | |
Protected Member Functions inherited from senf::ppi::module::Module | |
| Module () | |
| Route< connector::InputConnector, connector::OutputConnector > & | route (connector::InputConnector &input, connector::OutputConnector &output) |
| Define flow information. More... | |
| Route< connector::InputConnector, EventDescriptor > & | route (connector::InputConnector &input, EventDescriptor &output) |
| Define flow information. More... | |
| Route< EventDescriptor, connector::OutputConnector > & | route (EventDescriptor &input, connector::OutputConnector &output) |
| Define flow information. More... | |
| void | noroute (connector::Connector &connector) |
| Define terminal connectors. More... | |
| template<class Target > | |
| void | registerEvent (EventDescriptor &descriptor, Target target) |
| Register an external event. More... | |
| ClockService::clock_type const & | time () const |
| Time-stamp of the currently processing event. More... | |
| ClockService::clock_type const & | now () const |
| Current time of the currently processing event. More... | |
| virtual void | v_init () |
| Called after module setup. More... | |
| console::DirectoryNode & | sysConsoleDir () const |
| void | destroy () |
Module discarding all received packets.
DiscardSink will accept any number of packets and will silently discard them.
Definition at line 37 of file DiscardSink.hh.
| senf::ppi::module::DiscardSink::DiscardSink | ( | ) |
Definition at line 26 of file DiscardSink.cc.
| connector::PassiveInput senf::ppi::module::DiscardSink::input |
Definition at line 40 of file DiscardSink.hh.