source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/src/Parameters_msg_error.cpp @ 73

Last change on this file since 73 was 73, checked in by rosiere, 16 years ago

add two component :

  • Write Queue (in Moore version)
  • Execute Queue

add macro to help the interface allocation : Allocation.h

File size: 976 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/Multi_Write_unit/Write_unit/Execute_queue/include/Parameters.h"
10#include <sstream>
11
12namespace morpheo                    {
13namespace behavioural {
14namespace core {
15namespace multi_execute_loop {
16namespace execute_loop {
17namespace multi_write_unit {
18namespace write_unit {
19namespace execute_queue {
20
21
22#undef  FUNCTION
23#define FUNCTION "Execute_queue::msg_error"
24  std::string Parameters::msg_error(void)
25  {
26    log_printf(FUNC,Execute_queue,FUNCTION,"Begin");
27
28    std::string msg = "";
29
30    return msg;
31
32    log_printf(FUNC,Execute_queue,FUNCTION,"End");
33  };
34
35}; // end namespace execute_queue
36}; // end namespace write_unit
37}; // end namespace multi_write_unit
38}; // end namespace execute_loop
39}; // end namespace multi_execute_loop
40}; // end namespace core
41
42}; // end namespace behavioural
43}; // end namespace morpheo             
Note: See TracBrowser for help on using the repository browser.