X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FRateFilter.hh;h=bd681701ad632cbe9e053e580f9a8b681dda2205;hb=92f8630b75f3ef50e73c48cde58645dcd1534e27;hp=3cc9c3b3a405a6f1ab6ed628db4963f553b21fbc;hpb=aed52b6070e9f7d95efad9de84a41e5ea7413255;p=senf.git diff --git a/PPI/RateFilter.hh b/PPI/RateFilter.hh index 3cc9c3b..bd68170 100644 --- a/PPI/RateFilter.hh +++ b/PPI/RateFilter.hh @@ -1,6 +1,6 @@ // Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// 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 @@ -17,8 +17,8 @@ // along with this program; if not, write to the // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#ifndef RATEFILTER_HH_ -#define RATEFILTER_HH_ +#ifndef HH_SENF_PPI_RateFilter_ +#define HH_SENF_PPI_RateFilter_ // Custom includes #include "Connectors.hh" @@ -29,15 +29,15 @@ namespace senf { namespace ppi { namespace module { - + class RateFilter : public Module { SENF_PPI_MODULE(RateFilter); public: - connector::ActiveInput input; - connector::ActiveOutput output; + connector::ActiveInput<> input; + connector::ActiveOutput<> output; RateFilter(senf::ClockService::clock_type interval); // void changeInterval(senf::ClockService::clock_type interval); not yet implemented! @@ -49,4 +49,4 @@ private: }}} //namespaces -#endif /*RATEFILTER_HH_*/ +#endif /*HH_SENF_PPI_RateFilter_*/