source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Debug_signal.cpp @ 129

Last change on this file since 129 was 129, checked in by rosiere, 15 years ago

1) Debug_Signal

  • Property svn:keywords set to Id
File size: 280 bytes
Line 
1/*
2 * $Id: Debug_signal.cpp 129 2009-06-29 16:38:40Z rosiere $
3 *
4 * [ Description ]
5 *
6 */
7#ifdef DEBUG_SIGNAL
8
9#include "Behavioural/include/Debug_signal.h"
10
11namespace morpheo {
12namespace behavioural {
13
14  std::set<void *> _debug_signal;
15
16}; // end namespace behavioural         
17}; // end namespace morpheo             
18#endif
Note: See TracBrowser for help on using the repository browser.