Class AsyncComponentThread
Defined in File async_components.hpp
Class Documentation
-
class AsyncComponentThread
Public Functions
-
AsyncComponentThread(const AsyncComponentThread &t) = delete
-
AsyncComponentThread(AsyncComponentThread &&t) = delete
-
inline ~AsyncComponentThread()
-
inline void activate()
Creates the component’s thread.
Called when the component is activated.
-
inline void write_and_read()
Periodically execute the component’s write and read methods.
Callback of the async component’s thread. Not synchronized with the controller manager’s update currently
-
AsyncComponentThread(const AsyncComponentThread &t) = delete