#include <thread_messaging.h>
Inherits threading::ThreadMsg.
|
template<typename... Args> |
| Tmsg (void(*_cb)(std::unique_ptr< Tmsg< Payload > >), Args &&... args) |
|
void | reset_cb (void(*_cb)(std::unique_ptr< Tmsg< Payload > >)) |
|
virtual | ~Tmsg ()=default |
|
| ThreadMsg (void(*_cb)(std::unique_ptr< ThreadMsg >)) |
|
virtual | ~ThreadMsg ()=default |
|
◆ Tmsg()
template<typename Payload >
template<typename... Args>
threading::Tmsg< Payload >::Tmsg |
( |
void(*)(std::unique_ptr< Tmsg< Payload > >) |
_cb, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ ~Tmsg()
template<typename Payload >
◆ reset_cb()
template<typename Payload >
◆ data
template<typename Payload >
The documentation for this struct was generated from the following file: