ros2_control - humble
|
#include <realtime_box.hpp>
Public Member Functions | |
RealtimeBox (const T &initial=T()) | |
void | set (const T &value) |
void | get (T &ref) |
Strongly suggested that you use an std::shared_ptr in this box to guarantee realtime safety.