source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/src/Parameters_msg_error.cpp @ 60

Last change on this file since 60 was 60, checked in by rosiere, 17 years ago
File size: 943 bytes
Line 
1/*
2 * $Id$
3 *
4 * [ Description ]
5 *
6 */
7
8#include "Behavioural/include/Types.h"
9#include "Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/include/Parameters.h"
10#include <sstream>
11using namespace std;
12
13namespace morpheo                    {
14namespace behavioural {
15namespace core {
16namespace multi_execute_loop {
17namespace execute_loop {
18namespace register_unit {
19namespace register_unit_glue {
20
21
22#undef  FUNCTION
23#define FUNCTION "Register_unit_Glue::msg_error"
24  string Parameters::msg_error(void)
25  {
26    log_printf(FUNC,Register_unit_Glue,FUNCTION,"Begin");
27
28    string msg = "";
29
30    return msg;
31
32    log_printf(FUNC,Register_unit_Glue,FUNCTION,"End");
33  };
34
35}; // end namespace register_unit_glue
36}; // end namespace register_unit
37}; // end namespace execute_loop
38}; // end namespace multi_execute_loop
39}; // end namespace core
40
41}; // end namespace behavioural
42}; // end namespace morpheo             
Note: See TracBrowser for help on using the repository browser.