Transition definition.
More...
#include <state_chart.h>
|
ETL_CONSTEXPR | transition (const state_id_t current_state_id_, event_id_t event_id_, const state_id_t next_state_id_, void(TObject::*const action_)(TParameter)=ETL_NULLPTR, bool(TObject::*const guard_)()=ETL_NULLPTR) |
|
ETL_CONSTEXPR | transition (event_id_t event_id_, const state_id_t next_state_id_, void(TObject::*const action_)(TParameter)=ETL_NULLPTR, bool(TObject::*const guard_)()=ETL_NULLPTR) |
|
|
const state_id_t | current_state_id |
|
const event_id_t | event_id |
|
const state_id_t | next_state_id |
|
void(TObject::*const | action )(TParameter) |
|
bool(TObject::*const | guard )() |
|
const bool | from_any_state |
|
template<typename TObject, typename TParameter = void>
struct etl::state_chart_traits::transition< TObject, TParameter >
Transition definition.
The documentation for this struct was generated from the following file: