2 #ifndef _YI_ACTION_EVENT_TRANSITION_H_ 3 #define _YI_ACTION_EVENT_TRANSITION_H_ Definition: YiAbstractSignalTransition.h:7
Base class for events.
Definition: YiEvent.h:489
The base class for state types in CYIStateMachine.
Definition: YiAbstractState.h:31
virtual ~CYIActionEventTransition()
YI_EVENT_TYPE
The event type of the CYIEvent class instance.
Definition: YiEvent.h:23
The base class for transitions based on CYIEvent.
Definition: YiEventTransition.h:27
The base class for CYIState and CYIParallelState.
Definition: YiCompoundState.h:26
uint8_t m_uButton
Definition: YiActionEventTransition.h:47
Represents an event target of type YI_SPECIAL_EVENT_TARGET_TYPE.
Definition: YiEventTarget.h:37
CYIActionEventTransition(CYIEventTarget *pEventTarget, YI_EVENT_TYPE type, uint8_t actionButton, CYICompoundState *source, CYIAbstractState *target=0)
uint8_t GetActionButton()
Transition based on CYIActionEvent.
Definition: YiActionEventTransition.h:21
virtual bool TestEvent(CYIEvent *) override