The rfsm::StateCallback class can be used to implement the rFSM state callbacs in c++.  
 More...
#include <rfsm.h>
The rfsm::StateCallback class can be used to implement the rFSM state callbacs in c++. 
Definition at line 32 of file rfsm.h.
 
  
  
      
        
          | virtual rfsm::StateCallback::~StateCallback  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual void rfsm::StateCallback::doo  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
doo is called on rFSM state.doo 
Definition at line 43 of file rfsm.h.
 
 
  
  
      
        
          | virtual void rfsm::StateCallback::entry  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
entry is called on rFSM state.entry 
Definition at line 38 of file rfsm.h.
 
 
  
  
      
        
          | virtual void rfsm::StateCallback::exit  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
exit is called on rFSM state.exit 
Definition at line 48 of file rfsm.h.
 
 
The documentation for this class was generated from the following file: