source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Signal_get_type_info.cpp @ 62

Last change on this file since 62 was 62, checked in by rosiere, 17 years ago

Modification en profondeur de Component-port_map.
Compilation ok pour Register_unit ... a tester (systemC et vhdl)

File size: 504 bytes
Line 
1/*
2 * $Id$
3 *
4 * [ Description ]
5 *
6 */
7
8#include "Behavioural/include/Signal.h"
9
10
11namespace morpheo              {
12namespace behavioural          {
13
14#undef  FUNCTION
15#define FUNCTION "Signal::get_type_info"
16  type_info_t Signal::get_type_info (void)
17  {
18    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
19    type_info_t _return = _type_info;
20    log_printf(FUNC,Behavioural,FUNCTION,"End");
21    return _return;
22  };
23
24}; // end namespace behavioural         
25}; // end namespace morpheo             
Note: See TracBrowser for help on using the repository browser.