source: sources/src/dump_dot.h @ 65

Last change on this file since 65 was 52, checked in by meunier, 11 years ago

Code formatting in all source files.

File size: 983 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
17#include "sc_fwd.h"
18#include "graph.h"
19
20namespace sc_core {
21
22extern bool SignalDependancyGraph2dot(const char * name, method_process_list_t & lm);
23extern bool FctDependancyGraph2dot(const char * name, Graph *);
24
25}
26
27#endif
28
Note: See TracBrowser for help on using the repository browser.