SMACC
|
#include <smacc_orthogonal_impl.h>
Public Member Functions | |
template<typename TClient , typename... TArgs> | |
std::shared_ptr< ClientHandler< TOrthogonal, TClient > > | createClient (TArgs... args) |
Public Member Functions inherited from smacc::ISmaccOrthogonal | |
void | setStateMachine (ISmaccStateMachine *value) |
ISmaccStateMachine * | getStateMachine () |
void | initState (ISmaccState *state) |
void | addClientBehavior (std::shared_ptr< smacc::ISmaccClientBehavior > clientBehavior) |
void | runtimeConfigure () |
void | onEntry () |
void | onExit () |
void | onDispose () |
virtual std::string | getName () const |
template<typename SmaccComponentType > | |
void | requiresComponent (SmaccComponentType *&storage) |
template<typename SmaccClientType > | |
bool | requiresClient (SmaccClientType *&storage) |
const std::vector< std::shared_ptr< smacc::ISmaccClient > > & | getClients () |
const std::vector< std::vector< std::shared_ptr< smacc::ISmaccClientBehavior > > > & | getClientBehaviors () const |
template<typename T > | |
void | setGlobalSMData (std::string name, T value) |
template<typename T > | |
bool | getGlobalSMData (std::string name, T &ret) |
template<typename TClientBehavior > | |
TClientBehavior * | getClientBehavior () |
Additional Inherited Members | |
Protected Member Functions inherited from smacc::ISmaccOrthogonal | |
virtual void | onInitialize () |
template<typename TOrthogonal , typename TClient > | |
void | assignClientToOrthogonal (TClient *client) |
Protected Attributes inherited from smacc::ISmaccOrthogonal | |
std::vector< std::shared_ptr< smacc::ISmaccClient > > | clients_ |
Definition at line 141 of file smacc_orthogonal_impl.h.
|
inline |
Definition at line 145 of file smacc_orthogonal_impl.h.
References smacc::ISmaccOrthogonal::clients_, and smacc::introspection::demangleType().