X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FSetup.hh;h=7f0c7ab67ac657241144fedf794d2e90066d953a;hb=7ee689fe38d66aa3a0004d55e8708750d35adc0b;hp=7b2c07abd92d0e797a49640aaa4cda080b93470a;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/PPI/Setup.hh b/senf/PPI/Setup.hh index 7b2c07a..7f0c7ab 100644 --- a/senf/PPI/Setup.hh +++ b/senf/PPI/Setup.hh @@ -32,12 +32,12 @@ #include "predecl.hh" //#include "Setup.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace ppi { -namespace detail { +namespace detail { struct DisableStandardInput {}; struct DisableStandardOutput {}; struct DisableStandardConnect : public DisableStandardInput, public DisableStandardOutput {}; @@ -65,7 +65,7 @@ namespace detail { \throws connector::IncompatibleConnectorsException if the two connectors are not type compatible. - + \see \ref ppi_connections */ void connect(connector::OutputConnector & source, connector::InputConnector & target, ...); @@ -77,7 +77,7 @@ namespace detail { #endif -#ifndef DOXYGEN +#ifndef DOXYGEN template void connect(T & source, C & target, @@ -99,7 +99,7 @@ namespace detail { typename boost::disable_if< boost::is_base_of >:: type * = 0); #endif - + /** \brief Start the network Calling senf::ppi::run() will start processing the network. The main event loop is managed @@ -116,7 +116,7 @@ namespace detail { void run(); /** \brief Manually initialize the network - + For debugging purposes, it is sometimes simpler to not use senf::ppi::run() but instead drive the network via explicit calls using the debug modules. However, it is still necessary to initialize the network. This operation is performed by senf::ppi::init(). @@ -125,7 +125,7 @@ namespace detail { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "Setup.cci" //#include "Setup.ct" #include "Setup.cti"