#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 34 of file cl_keyboard.hpp.
◆ ClKeyboard()
cl_keyboard::ClKeyboard::ClKeyboard |
( |
| ) |
|
◆ ~ClKeyboard()
cl_keyboard::ClKeyboard::~ClKeyboard |
( |
| ) |
|
|
virtual |
◆ onComponentInitialization()
template<typename TOrthogonal , typename
TClient >
void cl_keyboard::ClKeyboard::onComponentInitialization |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files:
- smacc2_client_library/keyboard_client/include/keyboard_client/cl_keyboard.hpp
- smacc2_client_library/keyboard_client/src/keyboard_client/cl_keyboard.cpp