X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FDebugModules.hh;h=14fbb02902aa9d340aadb67061f17d8f5d686699;hb=122719831e4d0ce7c335a66ed7c80a7ffc2e00e8;hp=1a38d4b9ada40488367850826dc69d34433302a0;hpb=48bbf27e9e89d6eba4754fba65d70a15b115ac8b;p=senf.git diff --git a/PPI/DebugModules.hh b/PPI/DebugModules.hh index 1a38d4b..14fbb02 100644 --- a/PPI/DebugModules.hh +++ b/PPI/DebugModules.hh @@ -44,6 +44,8 @@ namespace debug { : public Module, public SafeBool { + SENF_PPI_MODULE(ActivePacketSource); + public: connector::ActiveOutput output; @@ -57,6 +59,8 @@ namespace debug { class PassivePacketSource : public Module { + SENF_PPI_MODULE(PassivePacketSource); + typedef std::deque Queue; public: @@ -82,6 +86,8 @@ namespace debug { : public Module, public SafeBool { + SENF_PPI_MODULE(ActivePacketSink); + public: connector::ActiveInput input; @@ -95,6 +101,8 @@ namespace debug { class PassivePacketSink : public Module { + SENF_PPI_MODULE(PassivePacketSink); + typedef std::deque Queue; public: