DiaDes  0.1
DIAgnosis of Discrete-Event System
SyncRulesLoad.hh
Go to the documentation of this file.
1 #ifndef __DIADES__AUTOMATA__SYNCRULESLOAD__HH
2 #define __DIADES__AUTOMATA__SYNCRULESLOAD__HH
3 
4 
6 
7 namespace Diades
8 {
9  namespace Automata
10  {
11 
12 
13  /****************************************************************************************/
14 
31  bool loadSynchronisationRules(const ParametrizedSynchronisation::ComponentVector & models, const string & filename, ParametrizedSynchronisation & sync);
32 
33  };
34 };
35 
36 #endif
vector< const Component * > ComponentVector
bool loadSynchronisationRules(const ParametrizedSynchronisation::ComponentVector &models, const string &filename, ParametrizedSynchronisation &sync)
Namespace of the Diades project.