iceoryx_doc  1.0.1
Public Types | Public Attributes | List of all members
iox::popo::NotificationCallback< OriginType, internal::NoType_t > Struct Template Reference

the struct describes a callback which can be attached to a WaitSet or a Listener More...

#include <notification_callback.hpp>

Collaboration diagram for iox::popo::NotificationCallback< OriginType, internal::NoType_t >:
Collaboration graph
[legend]

Public Types

using Ref_t = void(&)(OriginType *const)
 
using Ptr_t = void(*)(OriginType *const)
 

Public Attributes

Ptr_t m_callback = nullptr
 
internal::NoType_tm_contextData = nullptr
 

Detailed Description

template<typename OriginType>
struct iox::popo::NotificationCallback< OriginType, internal::NoType_t >

the struct describes a callback which can be attached to a WaitSet or a Listener


The documentation for this struct was generated from the following file: