SMACC2
|
Namespaces | |
namespace | client_bases |
namespace | client_behaviors |
namespace | components |
namespace | default_events |
namespace | default_transition_tags |
namespace | event_generators |
namespace | introspection |
namespace | state_reactors |
namespace | utils |
Classes | |
struct | AddTEventTypeStateReactor |
struct | AddTEventTypeStateReactorInfo |
struct | Block |
class | ClientHandler |
struct | ComponentKey |
class | ControllableLed |
struct | EvCbFailure |
struct | EvCbFinished |
struct | EvCbSuccess |
class | FlashLightPlugin |
class | FlashLightPluginPrivate |
class | FlashLightSetting |
Internal data class to hold individual flash light settings. A setting for each flash light is separately stored in a FlashLightSetting class, which takes care of dynamic specifications such as duration and interval. More... | |
class | FlashLightSettingPrivate |
class | HasSpecificNamedOnExit |
class | HasStandardOnExit |
class | ISmaccClient |
class | ISmaccClientBehavior |
class | ISmaccComponent |
class | ISmaccOrthogonal |
class | ISmaccState |
class | ISmaccStateMachine |
class | ISmaccUpdatable |
class | LedPlugin |
A plugin that blinks light and visual elements in a model. In addition to the features of the base plugin, FlashLightPlugin, this plugin accesses a <visual> element to make it blink. More... | |
class | LedPluginPrivate |
class | LedSetting |
Internal data class to hold individual LED light settings. More... | |
class | LedSettingPrivate |
class | Orthogonal |
class | SignalDetector |
class | SmaccAsyncClientBehavior |
class | SmaccClientBehavior |
class | SmaccEventGenerator |
class | SmaccSignal |
class | SmaccState |
struct | SmaccStateMachineBase |
State Machine. More... | |
class | StateReactor |
class | Transition |
Typedefs | |
template<class T > | |
using | deep_history = sc::deep_history< T > |
Enumerations | |
enum class | SMRunMode { DEBUG , RELEASE } |
enum class | EventLifeTime { ABSOLUTE , CURRENT_STATE } |
enum class | StateMachineInternalAction { STATE_CONFIGURING , STATE_ENTERING , STATE_STEADY , STATE_EXITING , TRANSITIONING } |
Functions | |
template<typename StateMachineType > | |
void | run () |
template<typename TState , typename TTransitionTagName > | |
void | specificNamedOnExit (TState &st, TTransitionTagName tn, std::true_type) |
template<typename TState , typename TTransitionTagName > | |
void | specificNamedOnExit (TState &, TTransitionTagName, std::false_type) |
template<typename TState , typename TTransitionTagName > | |
void | specificNamedOnExit (TState &m, TTransitionTagName tn) |
template<typename TState > | |
void | standardOnExit (TState &st, std::true_type) |
template<typename TState > | |
void | standardOnExit (TState &, std::false_type) |
template<typename TState > | |
void | standardOnExit (TState &m) |
using smacc2::deep_history = typedef sc::deep_history<T> |
Definition at line 53 of file common.hpp.
|
strong |
Enumerator | |
---|---|
ABSOLUTE | |
CURRENT_STATE |
Definition at line 45 of file smacc_state_machine.hpp.
|
strong |
Enumerator | |
---|---|
DEBUG | |
RELEASE |
Definition at line 67 of file common.hpp.
|
strong |
Enumerator | |
---|---|
STATE_CONFIGURING | |
STATE_ENTERING | |
STATE_STEADY | |
STATE_EXITING | |
TRANSITIONING |
Definition at line 51 of file smacc_state_machine.hpp.
void smacc2::run | ( | ) |
Definition at line 96 of file smacc_signal_detector.hpp.
References smacc2::SignalDetector::pollingLoop(), and smacc2::SignalDetector::setProcessorHandle().
void smacc2::specificNamedOnExit | ( | TState & | , |
TTransitionTagName | , | ||
std::false_type | |||
) |
Definition at line 50 of file state_traits.hpp.
void smacc2::specificNamedOnExit | ( | TState & | m, |
TTransitionTagName | tn | ||
) |
Definition at line 55 of file state_traits.hpp.
References specificNamedOnExit().
void smacc2::specificNamedOnExit | ( | TState & | st, |
TTransitionTagName | tn, | ||
std::true_type | |||
) |
Definition at line 44 of file state_traits.hpp.
Referenced by smacc2::Transition< Event, Destination, Tag, TransitionContext, pTransitionAction >::reactions< State >::react_with_action(), smacc2::Transition< Event, Destination, Tag, TransitionContext, pTransitionAction >::reactions< State >::react_without_action(), and specificNamedOnExit().
void smacc2::standardOnExit | ( | TState & | , |
std::false_type | |||
) |
Definition at line 89 of file state_traits.hpp.
void smacc2::standardOnExit | ( | TState & | m | ) |
Definition at line 94 of file state_traits.hpp.
References standardOnExit().
void smacc2::standardOnExit | ( | TState & | st, |
std::true_type | |||
) |
Definition at line 83 of file state_traits.hpp.
Referenced by smacc2::SmaccState< MostDerived, Context, InnerInitial, historyMode >::exit(), and standardOnExit().