SMACC2
|
#include <smacc_state_info.hpp>
Public Attributes | |
std::shared_ptr< SmaccStateInfo > | ownerState |
std::function< void(smacc2::ISmaccState *)> | factoryFunction |
std::shared_ptr< TypeInfo > | eventGeneratorType |
std::shared_ptr< TypeInfo > | outputEventType |
std::shared_ptr< TypeInfo > | objectTagType |
std::vector< std::shared_ptr< SmaccEventInfo > > | sourceEventTypes |
std::shared_ptr< EventGeneratorHandler > | egh |
Definition at line 142 of file smacc_state_info.hpp.
std::shared_ptr<EventGeneratorHandler> smacc2::introspection::SmaccEventGeneratorInfo::egh |
Definition at line 152 of file smacc_state_info.hpp.
std::shared_ptr<TypeInfo> smacc2::introspection::SmaccEventGeneratorInfo::eventGeneratorType |
Definition at line 148 of file smacc_state_info.hpp.
std::function<void(smacc2::ISmaccState *)> smacc2::introspection::SmaccEventGeneratorInfo::factoryFunction |
Definition at line 145 of file smacc_state_info.hpp.
std::shared_ptr<TypeInfo> smacc2::introspection::SmaccEventGeneratorInfo::objectTagType |
Definition at line 150 of file smacc_state_info.hpp.
std::shared_ptr<TypeInfo> smacc2::introspection::SmaccEventGeneratorInfo::outputEventType |
Definition at line 149 of file smacc_state_info.hpp.
std::shared_ptr<SmaccStateInfo> smacc2::introspection::SmaccEventGeneratorInfo::ownerState |
Definition at line 144 of file smacc_state_info.hpp.
std::vector<std::shared_ptr<SmaccEventInfo> > smacc2::introspection::SmaccEventGeneratorInfo::sourceEventTypes |
Definition at line 151 of file smacc_state_info.hpp.