Skip to content

Commit

Permalink
Change event name from 'connect' to 'matched'
Browse files Browse the repository at this point in the history
Signed-off-by: Barry Xu <barry.xu@sony.com>
  • Loading branch information
Barry-Xu-2018 committed Nov 10, 2022
1 parent 96791d4 commit 154078d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rmw/include/rmw/event.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ typedef enum rmw_event_type_e
RMW_EVENT_REQUESTED_DEADLINE_MISSED,
RMW_EVENT_REQUESTED_QOS_INCOMPATIBLE,
RMW_EVENT_MESSAGE_LOST,
RMW_EVENT_SUBSCRIPTION_CONNECT,
RMW_EVENT_SUBSCRIPTION_DISCONNECT,
RMW_EVENT_SUBSCRIPTION_MATCHED,
RMW_EVENT_SUBSCRIPTION_UNMATCHED,

// publisher events
RMW_EVENT_LIVELINESS_LOST,
RMW_EVENT_OFFERED_DEADLINE_MISSED,
RMW_EVENT_OFFERED_QOS_INCOMPATIBLE,
RMW_EVENT_PUBLICATION_CONNECT,
RMW_EVENT_PUBLICATION_DISCONNECT,
RMW_EVENT_PUBLICATION_MATCHED,
RMW_EVENT_PUBLICATION_UNMATCHED,

// sentinel value
RMW_EVENT_INVALID
Expand Down

0 comments on commit 154078d

Please sign in to comment.