X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FDebugModules.hh;h=b82644793249db92b767afcae6d6a1136977da38;hb=ee01b9007d97c64d0a34b91a3dc87ad5c5697df5;hp=0d7db73e029a2182eaf6a6d0ff1ed55263f0890e;hpb=28e21cc5680c097e7daed8c412ee32cf26a75a60;p=senf.git diff --git a/PPI/DebugModules.hh b/PPI/DebugModules.hh index 0d7db73..b826447 100644 --- a/PPI/DebugModules.hh +++ b/PPI/DebugModules.hh @@ -23,8 +23,8 @@ /** \file \brief DebugModules public header */ -#ifndef HH_DebugModules_ -#define HH_DebugModules_ 1 +#ifndef HH_SENF_PPI_DebugModules_ +#define HH_SENF_PPI_DebugModules_ 1 // Custom includes #include @@ -229,9 +229,9 @@ namespace debug { throttled. \note ActiveFeederSink does \e not have a termination condition like ActiveFeederSource, it - relies on the network to throttle it's input. Also, the same not as for - ActiveFeederSource applies here too: You need to ensure, that no events are active - eventually or senf::ppi::run will not return. + relies on the network to throttle it's input. Additionally, the restrictions of + ActiveFeederSource apply here too: You need to ensure, that no (additional) events are + active (eventually) or senf::ppi::run will not return. ActiveFeederSink is not a module but a collection of two modules: a PassiveSink and an ActiveFeeder.