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 127 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 130 of file smacc_state_info.hpp.
Referenced by configureEventGenerator().
std::shared_ptr<smacc2::introspection::SmaccEventGeneratorInfo> smacc2::introspection::EventGeneratorHandler::egInfo_ |
Definition at line 138 of file smacc_state_info.hpp.