DiaDes  0.1
DIAgnosisofDiscrete-EventSystem
AltaricaFunctions.hh
Go to the documentation of this file.
1 #ifndef __DIADES__ALTARICA__ALTARICAFUNCTIONS__HH
2 #define __DIADES__ALTARICA__ALTARICAFUNCTIONS__HH
3 #include<string>
4 #include<arsyntax/altarica-input.h>
5 #include<arsyntax/altarica-tree.h>
6 
7 
8 using namespace std;
9 
10 namespace Diades
11 {
12  namespace Altarica
13  {
14 
15  typedef altarica_tree AltaricaTree;
16 
17  void altaricaStart();
18 
19  void altaricaStop();
20 
21  AltaricaTree * altaricaLoadFile(const string & fileName,string & log);
22 
23  };
24 };
25 
26 #endif
AltaricaTree * altaricaLoadFile(const string &fileName, string &log)
STL namespace.
Namespace of the Diades project.
altarica_tree AltaricaTree
Log log(Logger logger, const string &msg)
Definition: Log.hh:124