DiaDes  0.1
DIAgnosis of Discrete-Event System
Algorithms.hh
Go to the documentation of this file.
1 /*
2  * @file StateMachine.hh
3  * @author Yannick Pencole, ypencole@laas.fr, LAAS-CNRS, Univ. Toulouse, FRANCE
4  *
5  * Created on 01 november 2017, 09:50
6  */
7 
8 #ifndef __DIADES__AUTOMATA__EXPERIMENTAL__ALGORITHMS__HH__
9 #define __DIADES__AUTOMATA__EXPERIMENTAL__ALGORITHMS__HH__
10 
13 
14 namespace Diades
15 {
16  namespace Automata
17  {
18  namespace Experimental
19  {
20 
21 
37  void transformToCandidateStateMachine(const Component & component,
38  Lcm::EvManager & manager,
39  Lcm::EvSetManager & setManager,
40  Lcm::LocalStateInfoManager & locStateInfoManager,
41  Lcm::CandidateManager & candidateManager,
42  Lcm::Fsm & result);
43  }
44  }
45 }
46 
47 
48 #endif /* ALGORITHMS_HH */
49 
Namespace of the Diades project.
void transformToCandidateStateMachine(const Component &component, Lcm::EvManager &manager, Lcm::EvSetManager &setManager, Lcm::LocalStateInfoManager &locStateInfoManager, Lcm::CandidateManager &candidateManager, Lcm::Fsm &result)