#include <cl_ros2_timer.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_ros2_timer.hpp.
◆ ClRos2Timer()
cl_ros2_timer::ClRos2Timer::ClRos2Timer |
( |
rclcpp::Duration | duration, |
|
|
bool | oneshot = false ) |
◆ ~ClRos2Timer()
cl_ros2_timer::ClRos2Timer::~ClRos2Timer |
( |
| ) |
|
|
virtual |
◆ onComponentInitialization()
template<typename TOrthogonal , typename
TClient >
void cl_ros2_timer::ClRos2Timer::onComponentInitialization |
( |
| ) |
|
|
inline |
◆ duration_
rclcpp::Duration cl_ros2_timer::ClRos2Timer::duration_ |
|
private |
◆ oneshot_
bool cl_ros2_timer::ClRos2Timer::oneshot_ |
|
private |
The documentation for this class was generated from the following files: