Last change
on this file was
1,
checked in by buchmann, 17 years ago
|
Initial import from CVS repository
|
File size:
1.1 KB
|
Line | |
---|
1 | /*------------------------------------------------------------\ |
---|
2 | | | |
---|
3 | | Tool : systemcass | |
---|
4 | | | |
---|
5 | | File : graph_cass.h | |
---|
6 | | | |
---|
7 | | Author : Pétrot Frédéric | |
---|
8 | | Taktak Sami | |
---|
9 | | Buchmann Richard | |
---|
10 | | | |
---|
11 | | Date : 09_07_2004 | |
---|
12 | | | |
---|
13 | \------------------------------------------------------------*/ |
---|
14 | #ifndef __GRAPH_CASS_H__ |
---|
15 | #define __GRAPH_CASS_H__ |
---|
16 | |
---|
17 | #include "graph.h" |
---|
18 | |
---|
19 | namespace sc_core { |
---|
20 | |
---|
21 | /* A unique exported function from all that */ |
---|
22 | extern Graph *makegraph(const method_process_list_t *); |
---|
23 | extern bool graph2dot(const char*,const Graph&); |
---|
24 | |
---|
25 | } // end of sc_core namespace |
---|
26 | |
---|
27 | #endif /* __GRAPH_CASS_H__ */ |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.