#include <senf/Ext/NetEmu/DVB/ForwardSwitch.hh>
Public Member Functions | |
ForwardSwitch (bool state=true) | |
bool | forward () const |
void | forward (bool state) |
![]() | |
virtual | ~Module () |
Public Attributes | |
ppi::connector::PassiveInput< EthernetPacket > | input |
ppi::connector::ActiveOutput< EthernetPacket > | output |
Additional Inherited Members | |
![]() | |
Module () | |
Route< connector::InputConnector, connector::OutputConnector > & | route (connector::InputConnector &input, connector::OutputConnector &output) |
Route< connector::InputConnector, EventDescriptor > & | route (connector::InputConnector &input, EventDescriptor &output) |
Route< EventDescriptor, connector::OutputConnector > & | route (EventDescriptor &input, connector::OutputConnector &output) |
void | noroute (connector::Connector &connector) |
void | registerEvent (EventDescriptor &descriptor, Target target) |
ClockService::clock_type const & | time () const |
ClockService::clock_type const & | now () const |
virtual void | v_init () |
console::DirectoryNode & | sysConsoleDir () const |
void | destroy () |
Definition at line 28 of file ForwardSwitch.hh.
senf::emu::ForwardSwitch::ForwardSwitch | ( | bool | state = true | ) |
bool senf::emu::ForwardSwitch::forward | ( | ) | const |
void senf::emu::ForwardSwitch::forward | ( | bool | state | ) |
ppi::connector::PassiveInput<EthernetPacket> senf::emu::ForwardSwitch::input |
Definition at line 39 of file ForwardSwitch.hh.
ppi::connector::ActiveOutput<EthernetPacket> senf::emu::ForwardSwitch::output |
Definition at line 40 of file ForwardSwitch.hh.