#ifdef STATISTICS /* * $Id: Shifter_statistics_declaration.cpp 81 2008-04-15 18:40:01Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Shifter/include/Shifter.h" namespace morpheo { namespace behavioural { namespace generic { namespace shifter { #undef FUNCTION #define FUNCTION "Shifter::statistics_declaration" void Shifter::statistics_declaration (morpheo::behavioural::Parameters_Statistics * param_statistics) { log_printf(FUNC,Shifter,FUNCTION,"Begin"); _stat = new Stat (static_cast(_name), "Shifter", param_statistics); log_printf(FUNC,Shifter,FUNCTION,"End"); }; }; // end namespace shifter }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif