DiaDes  0.1
DIAgnosis of Discrete-Event System
CppGenerator.hh
Go to the documentation of this file.
1 #ifndef __DIADES__AUTOMATA__CPPGENERATOR__HH
2 #define __DIADES__AUTOMATA__CPPGENERATOR__HH
3 
4 #include<string>
5 #include"ClassicalDiagnoser.hh"
6 
7 
8 namespace Diades
9 {
10  namespace Automata
11  {
12 
18  void generateCppCode(const ClassicalDiagnoser & diagnoser, const string & filename);
19 
20 
21 
22  };
23 };
24 
25 
26 #endif
27 
28 
Namespace of the Diades project.
void generateCppCode(const ClassicalDiagnoser &diagnoser, const string &filename)