X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FRoute.hh;h=79e478dfd53824f1ccb038048493b88df4241cf2;hb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;hp=b09925da6720c39f161e61a98a285685a9dd8b1b;hpb=89efe5f504c400212090aba703c7ee385f483c64;p=senf.git diff --git a/PPI/Route.hh b/PPI/Route.hh index b09925d..79e478d 100644 --- a/PPI/Route.hh +++ b/PPI/Route.hh @@ -32,6 +32,11 @@ namespace senf { namespace ppi { + /** \brief Route descriptor + + Route instances are created by Module::route statements. The Route class provides an + interface to manipulate the flow processing. + */ template class Route { @@ -42,11 +47,6 @@ namespace ppi { be disabled by setting the authoThrottling state to \c false. - This member only exists if - \li \a Source or \a Target is an event - \li one of \a Source and \a Target is an active - connector and the other is a passive connector. - Routing from/to an event to/from a passive connector will automatically create throttling notifications on the connector whenever the event is disabled. Routing @@ -78,4 +78,6 @@ namespace ppi { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: