|
SMACC
|
#include <sr_conditional.h>


Public Member Functions | |
| template<typename TEv > | |
| Srsr_conditional (std::function< bool(TEv *)> sr_conditionalFunction) | |
| ~Srsr_conditional () | |
| virtual bool | triggers () override |
Public Member Functions inherited from smacc::StateReactor | |
| StateReactor () | |
| virtual void | onInitialized () |
| virtual void | onEntry () |
| virtual void | onExit () |
| virtual void | onEventNotified (const std::type_info *eventType) |
| template<typename EventType > | |
| void | postEvent (const EventType &ev) |
| template<typename EventType > | |
| void | postEvent () |
| template<typename T , typename TClass > | |
| void | createEventCallback (void(TClass::*callback)(T *), TClass *object) |
| template<typename T > | |
| void | createEventCallback (std::function< void(T *)> callback) |
| void | update () |
| virtual bool | triggers ()=0 |
| template<typename TEv > | |
| void | addInputEvent () |
| template<typename TEv > | |
| void | setOutputEvent () |
| void | initialize (ISmaccState *ownerState) |
Private Attributes | |
| std::map< const std::type_info *, bool > | triggeredEvents |
| bool | conditionFlag |
Additional Inherited Members | |
Public Attributes inherited from smacc::StateReactor | |
| ISmaccState * | ownerState |
| std::function< void()> | postEventFn |
| std::vector< const std::type_info * > | eventTypes |
| std::map< const std::type_info *, std::function< void(void *)> > | eventCallbacks_ |
Definition at line 18 of file sr_conditional.h.
|
inline |
Definition at line 26 of file sr_conditional.h.
References smacc::StateReactor::createEventCallback().

| smacc::state_reactors::Srsr_conditional::~Srsr_conditional | ( | ) |
Definition at line 7 of file sr_conditional.cpp.
|
overridevirtual |
Implements smacc::StateReactor.
Definition at line 11 of file sr_conditional.cpp.
References conditionFlag.
|
private |
Definition at line 22 of file sr_conditional.h.
Referenced by triggers().
|
private |
Definition at line 21 of file sr_conditional.h.