iceoryx_posh 2.0.5
|
the struct describes a callback with a user defined type which can be attached to a WaitSet or a Listener More...
#include <iceoryx_posh/popo/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