source: sources/src/methodprocess_dependency.h

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

Code formatting in all source files.

File size: 955 bytes
Line 
1/*------------------------------------------------------------\
2|                                                             |
3| Tool    :                  systemcass                       |
4|                                                             |
5| File    :           methodprocess_dependency.h              |
6|                                                             |
7| Author  :                 Buchmann Richard                  |
8|                                                             |
9| Date    :                   22_11_2005                      |
10|                                                             |
11\------------------------------------------------------------*/
12#ifndef METHODPROCESS_DEPENDENCY_H
13#define METHODPROCESS_DEPENDENCY_H
14
15#include "signal_dependency.h"
16
17namespace sc_core {
18
19// Dump to dot file
20extern bool MethodProcessDependencyGraph2dot (const char *name, const SignalDependencyGraph&);
21
22}
23
24#endif
25
Note: See TracBrowser for help on using the repository browser.