iceoryx_doc
1.0.1
|
the struct describes a callback with a user defined type which can be attached to a WaitSet or a Listener More...
#include <notification_callback.hpp>
Public Types | |
using | Ref_t = void(&)(OriginType *const, ContextDataType *const) |
using | Ptr_t = void(*)(OriginType *const, ContextDataType *const) |
Public Attributes | |
Ptr_t | m_callback = nullptr |
ContextDataType * | m_contextData = nullptr |
the struct describes a callback with a user defined type which can be attached to a WaitSet or a Listener