Last change
on this file since 60 was
52,
checked in by meunier, 12 years ago
|
Code formatting in all source files.
|
File size:
983 bytes
|
Rev | Line | |
---|
[1] | 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> |
---|
[52] | 16 | |
---|
[1] | 17 | #include "sc_fwd.h" |
---|
| 18 | #include "graph.h" |
---|
| 19 | |
---|
| 20 | namespace sc_core { |
---|
[52] | 21 | |
---|
| 22 | extern bool SignalDependancyGraph2dot(const char * name, method_process_list_t & lm); |
---|
| 23 | extern bool FctDependancyGraph2dot(const char * name, Graph *); |
---|
| 24 | |
---|
[1] | 25 | } |
---|
| 26 | |
---|
| 27 | #endif |
---|
[52] | 28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.