SMACC
Loading...
Searching...
No Matches
cb_muted_behavior.h
Go to the documentation of this file.
1
2#pragma once
5
6namespace cl_ros_publisher
7{
8template <typename RosMsgType>
10{
11public:
12 virtual void onEntry() override
13 {
14 }
15 virtual void onExit() override
16 {
17 }
18};
19} // namespace cl_ros_publisher
virtual void onExit() override
virtual void onEntry() override