#include <cl_keyboard.hpp>
|
| template<typename TOrthogonal , typename TClient > |
| void | onComponentInitialization () |
| |
| template<typename TOrthogonal , typename TSourceObject > |
| void | onOrthogonalAllocation () |
| |
| template<typename TOrthogonal , typename TSourceObject > |
| void | onStateOrthogonalAllocation () |
| |
| template<typename SmaccComponentType , typename TOrthogonal , typename TClient , typename... TArgs> |
| SmaccComponentType * | createComponent (TArgs... targs) |
| |
| template<typename SmaccComponentType , typename TOrthogonal , typename TClient , typename... TArgs> |
| SmaccComponentType * | createNamedComponent (std::string name, TArgs... targs) |
| |
| rclcpp::Node::SharedPtr | getNode () |
| |
| rclcpp::Logger | getLogger () |
| |
| std::map< ComponentKey, std::shared_ptr< smacc2::ISmaccComponent > > | components_ |
| |
Definition at line 32 of file cl_keyboard.hpp.
◆ ClKeyboard() [1/2]
| cl_keyboard::ClKeyboard::ClKeyboard |
( |
| ) |
|
◆ ~ClKeyboard() [1/2]
| cl_keyboard::ClKeyboard::~ClKeyboard |
( |
| ) |
|
|
virtual |
◆ ClKeyboard() [2/2]
| cl_keyboard::ClKeyboard::ClKeyboard |
( |
| ) |
|
◆ ~ClKeyboard() [2/2]
| virtual cl_keyboard::ClKeyboard::~ClKeyboard |
( |
| ) |
|
|
virtual |
◆ onComponentInitialization() [1/2]
template<typename TOrthogonal , typename
TClient >
| void cl_keyboard::ClKeyboard::onComponentInitialization |
( |
| ) |
|
|
inline |
◆ onComponentInitialization() [2/2]
template<typename TOrthogonal , typename
TClient >
| void cl_keyboard::ClKeyboard::onComponentInitialization |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: