|
SMACC
|
#include <smacc_state_info.h>

Public Member Functions | |
| void | configureEventGenerator (std::shared_ptr< smacc::SmaccEventGenerator > eg) |
| template<typename TEv > | |
| void | setOutputEvent () |
Public Attributes | |
| std::shared_ptr< smacc::introspection::SmaccEventGeneratorInfo > | egInfo_ |
Private Attributes | |
| std::vector< EventGeneratorCallbackFunctor > | callbacks_ |
Definition at line 102 of file smacc_state_info.h.
| void smacc::introspection::EventGeneratorHandler::configureEventGenerator | ( | std::shared_ptr< smacc::SmaccEventGenerator > | eg | ) |
Definition at line 54 of file state_reactor.cpp.
References callbacks_.
| void smacc::introspection::EventGeneratorHandler::setOutputEvent | ( | ) |
|
private |
Definition at line 105 of file smacc_state_info.h.
Referenced by configureEventGenerator().
| std::shared_ptr<smacc::introspection::SmaccEventGeneratorInfo> smacc::introspection::EventGeneratorHandler::egInfo_ |
Definition at line 113 of file smacc_state_info.h.