X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FMainpage.dox;h=51ddf529044a3079889b891012738e19a0827e7e;hb=9bc655e14d2d8c204ed835896cb51e42d49bd68f;hp=fc16dab14b63e722a23aff30aac5d5ae0ad81e3f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/PPI/Mainpage.dox b/senf/PPI/Mainpage.dox index fc16dab..51ddf52 100644 --- a/senf/PPI/Mainpage.dox +++ b/senf/PPI/Mainpage.dox @@ -44,7 +44,7 @@ modules. \see \ref ppi_overview \n - PPI Example Application: + PPI Example Application: RateStuffer \n \ref senf::ppi::module "Modules" \n \ref senf::ppi::connector "Connectors and Jacks" \n @@ -216,10 +216,10 @@ It is possible to connect two active or passive connectors with each other using a special adaptor module (senf::ppi::module::PassiveQueue or senf::ppi::module::ActiveFeeder respectively). - + Additionally, the connectors must be type-compatible: Either one (or both) of the connectors must be untyped (they accept arbitrary senf::Packet's, the optional tempalte argument is empty), - or they both accept the same type of packet. This check is performed at runtime. + or they both accept the same type of packet. This check is performed at runtime. To complete our simplified example: Lets connect senf::ppi::module::ActiveSocketReader and senf::ppi::module::PassiveSocketWriter to our example module: @@ -465,31 +465,10 @@ \section ppi_classdiagram Class Diagram -
- \ref senf::ppi::connector::PassiveConnector - \ref senf::ppi::EventManager - \ref senf::ppi::connector::ActiveOutput - \ref senf::ppi::connector::ActiveInput - \ref senf::ppi::RouteBase - \ref senf::ppi::Route - \ref (some module) - \ref senf::ppi::EventImplementation - \ref senf::ppi::module::Module - \ref senf::ppi::connector::Connector - \ref senf::ppi::connector::PassiveOutput - \ref senf::ppi::detail::EventBindingBase - \ref senf::ppi::connector::InputConnector - \ref senf::ppi::detail::RouteImplementation - \ref senf::ppi::connector::OutputConnector - \ref senf::ppi::connector::ActiveConnector - \ref senf::ppi::detail::EventBinding - \ref senf::ppi::EventDescriptor - \ref senf::ppi::connector::PassiveInput -
- \htmlonly classes \endhtmlonly + \diaimage classes.dia */ - + // Local Variables: // mode: c++ // fill-column: 100