X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FModule.hh;h=df06938cd22b2c78699649a5a44f8530737cd944;hb=a08a4c10ec07badd4b28f74c9354b06431c695d5;hp=03fa40f7d7417d675f731f436f9102240b85869c;hpb=a479735a65e334af538b895f182f8efd36a541c5;p=senf.git diff --git a/PPI/Module.hh b/PPI/Module.hh index 03fa40f..df06938 100644 --- a/PPI/Module.hh +++ b/PPI/Module.hh @@ -1,6 +1,8 @@ +// $Id$ +// // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -198,9 +200,9 @@ namespace module { The return value may be used to alter routing parameters like throttling parameters. - \param[in] source Data source, object which controls + \param[in] input Data source, object which controls incoming data (connector or event) - \param[in] target Data target, object which controls + \param[in] output Data target, object which controls outgoing data (connector or event) \returns Route instance describing this route \see \ref ppi_throttling @@ -227,8 +229,8 @@ namespace module { route(EventDescriptor & input, connector::OutputConnector & output); ///< Define flow information /**< Route from an event to a connector. Routing from an - event to a connector defeines the event as the - conceptual 'source' of the data. THis means, the event + event to a connector defines the event as the + conceptual 'source' of the data. This means, the event controls how packets are sent (Example: Routing from an IOEVent to an output defines, that output data will be generated whenever the event is signaled).