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 151 of file smacc_state_info.hpp.
std::shared_ptr<EventGeneratorHandler> smacc2::introspection::SmaccEventGeneratorInfo::egh |
Definition at line 161 of file smacc_state_info.hpp.
std::shared_ptr<TypeInfo> smacc2::introspection::SmaccEventGeneratorInfo::eventGeneratorType |
Definition at line 157 of file smacc_state_info.hpp.
std::function<void(smacc2::ISmaccState *)> smacc2::introspection::SmaccEventGeneratorInfo::factoryFunction |
Definition at line 154 of file smacc_state_info.hpp.
std::shared_ptr<TypeInfo> smacc2::introspection::SmaccEventGeneratorInfo::objectTagType |
Definition at line 159 of file smacc_state_info.hpp.
std::shared_ptr<TypeInfo> smacc2::introspection::SmaccEventGeneratorInfo::outputEventType |
Definition at line 158 of file smacc_state_info.hpp.
std::shared_ptr<SmaccStateInfo> smacc2::introspection::SmaccEventGeneratorInfo::ownerState |
Definition at line 153 of file smacc_state_info.hpp.
std::vector<std::shared_ptr<SmaccEventInfo> > smacc2::introspection::SmaccEventGeneratorInfo::sourceEventTypes |
Definition at line 160 of file smacc_state_info.hpp.