13#ifndef IOX2_EVENT_ACTIVATION_HPP
14#define IOX2_EVENT_ACTIVATION_HPP
38 friend auto operator<<(std::ostream& stream, const
EventActivation& value) -> std::ostream&;
40 friend
void wait_callback(const iox2_event_id_t*, uint64_t, iox2_callback_context);
auto id() const -> EventId
Returns the event identifier of this activation.
EventActivation(EventActivation &&)=default
~EventActivation()=default
auto count() const -> uint64_t
Returns the number of event activations associated with this identifier.
auto operator=(const EventActivation &) -> EventActivation &=default
auto operator=(EventActivation &&) -> EventActivation &=default
EventActivation(const EventActivation &)=default
friend void wait_callback(const iox2_event_id_t *, uint64_t, iox2_callback_context)
Type that allows to identify an event uniquely.