| 
    SMACC2
    
   | 
 
#include <smacc_state_info.hpp>

Public Member Functions | |
| void | configureEventGenerator (std::shared_ptr< smacc2::SmaccEventGenerator > eg) | 
| template<typename TEv > | |
| void | setOutputEvent () | 
Public Attributes | |
| std::shared_ptr< smacc2::introspection::SmaccEventGeneratorInfo > | egInfo_ | 
Private Attributes | |
| std::vector< EventGeneratorCallbackFunctor > | callbacks_ | 
Definition at line 136 of file smacc_state_info.hpp.
| void smacc2::introspection::EventGeneratorHandler::configureEventGenerator | ( | std::shared_ptr< smacc2::SmaccEventGenerator > | eg | ) | 
Definition at line 70 of file state_reactor.cpp.
References callbacks_.
| void smacc2::introspection::EventGeneratorHandler::setOutputEvent | ( | ) | 
      
  | 
  private | 
Definition at line 139 of file smacc_state_info.hpp.
Referenced by configureEventGenerator().
| std::shared_ptr<smacc2::introspection::SmaccEventGeneratorInfo> smacc2::introspection::EventGeneratorHandler::egInfo_ | 
Definition at line 147 of file smacc_state_info.hpp.