#include <src/PrecedenceRulesGraph.h>
Definition at line 181 of file PrecedenceRulesGraph.h.
 
  
  
      
        
          | precedence::FSMState::FSMState  | 
          ( | 
          const EventSlot &  | 
          slot | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
Definition at line 184 of file PrecedenceRulesGraph.h.
  191       case State::CONTROLREADY:
   192         return "CONTROLREADY";
   193       case State::DATAREADY:
   195       case State::EVTACCEPTED:
   196         return "EVTACCEPTED";
   197       case State::EVTREJECTED:
   198         return "EVTREJECTED";
 
AlgsExecutionStates algsStates
Vector of algorithms states. 
 
State
Execution states of the algorithms. 
 
 
 
 
The documentation for this struct was generated from the following file: