senf::ppi::module::ActiveFeeder Class Reference
[Adapter Modules]

Adapter to connect passive connectors. More...

#include <senf/PPI/ActiveFeeder.hh>

Inheritance diagram for senf::ppi::module::ActiveFeeder:
Inheritance graph
[legend]

List of all members.


Detailed Description

Adapter to connect passive connectors.

ActiveFeeder is an adapter module which allows two connect to passive connectors. As long as none of the connectors is throttled, the ActiveFeeder will forward packets from it's input to it's output.

Note:
For this Module to work correctly, it is very important for the connectors to be correctly throttled. Otherwise the system might well hang in an endless loop.

Definition at line 52 of file ActiveFeeder.hh.


Public Member Functions

  ActiveFeeder ()

Public Attributes

connector::ActiveInput  input
connector::ActiveOutput  output

Constructor & Destructor Documentation

senf::ppi::module::ActiveFeeder::
ActiveFeeder ()

Definition at line 38 of file ActiveFeeder.cc.


Member Data Documentation

connector::ActiveInput senf::ppi::module::ActiveFeeder::
input

Definition at line 55 of file ActiveFeeder.hh.

connector::ActiveOutput senf::ppi::module::ActiveFeeder::
output

Definition at line 58 of file ActiveFeeder.hh.


The documentation for this class was generated from the following files: