/* * $Id: Priority_reset_priority_static.cpp 88 2008-12-10 18:31:39Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Priority/include/Priority.h" namespace morpheo { namespace behavioural { namespace generic { namespace priority { #undef FUNCTION #define FUNCTION "Priority::reset_priority_static" void Priority::reset_priority_static (void) { log_begin(Priority,FUNCTION); reg_GRP_PRIORITY = 0; log_end(Priority,FUNCTION); }; }; // end namespace priority }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo