Last change
on this file since 32 was
1,
checked in by buchmann, 17 years ago
|
Initial import from CVS repository
|
File size:
977 bytes
|
Line | |
---|
1 | /*------------------------------------------------------------\ |
---|
2 | | | |
---|
3 | | Tool : systemcass | |
---|
4 | | | |
---|
5 | | File : dump_dot.h | |
---|
6 | | | |
---|
7 | | Author : Buchmann Richard | |
---|
8 | | | |
---|
9 | | Date : 09_07_2004 | |
---|
10 | | | |
---|
11 | \------------------------------------------------------------*/ |
---|
12 | #ifndef DUMP_DOT_H |
---|
13 | #define DUMP_DOT_H |
---|
14 | |
---|
15 | #include <list> |
---|
16 | #include "sc_fwd.h" |
---|
17 | #include "graph.h" |
---|
18 | |
---|
19 | namespace sc_core { |
---|
20 | extern bool SignalDependancyGraph2dot (const char *name, method_process_list_t &lm); |
---|
21 | extern bool FctDependancyGraph2dot (const char *name, Graph*); |
---|
22 | } |
---|
23 | |
---|
24 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.