Last change
on this file since 57 was
52,
checked in by meunier, 12 years ago
|
Code formatting in all source files.
|
File size:
1002 bytes
|
Rev | Line | |
---|
[1] | 1 | /*------------------------------------------------------------\ |
---|
| 2 | | | |
---|
| 3 | | Tool : systemcass | |
---|
| 4 | | | |
---|
| 5 | | File : graph_signals.h | |
---|
| 6 | | | |
---|
| 7 | | Author : Buchmann Richard | |
---|
| 8 | | | |
---|
| 9 | | Date : 22_09_2004 | |
---|
| 10 | | | |
---|
| 11 | \------------------------------------------------------------*/ |
---|
| 12 | #ifndef __GRAPH_SIGNALS_H__ |
---|
| 13 | #define __GRAPH_SIGNALS_H__ |
---|
| 14 | |
---|
| 15 | #include "graph.h" |
---|
| 16 | #include "signal_dependency.h" |
---|
| 17 | |
---|
| 18 | /* A unique exported function from all that */ |
---|
| 19 | namespace sc_core { |
---|
| 20 | |
---|
[52] | 21 | extern Graph * makegraph(const SignalDependencyGraph&); |
---|
[1] | 22 | |
---|
| 23 | } // end of sc_core namespace |
---|
| 24 | |
---|
| 25 | #endif /* __GRAPH_SIGNALS_H__ */ |
---|
| 26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.