X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FMainpage.dox;fp=senf%2FPPI%2FMainpage.dox;h=51ddf529044a3079889b891012738e19a0827e7e;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=1675621c83ec99e06755f2278f81f1eedfaa1802;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/PPI/Mainpage.dox b/senf/PPI/Mainpage.dox index 1675621..51ddf52 100644 --- a/senf/PPI/Mainpage.dox +++ b/senf/PPI/Mainpage.dox @@ -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: