Skip to content

Commit

Permalink
Update articles/qos_deadline_liveliness_lifespan.md
Browse files Browse the repository at this point in the history
Co-Authored-By: William Woodall <william+github@osrfoundation.org>
  • Loading branch information
nburek and wjwwood authored Aug 26, 2019
1 parent 2677856 commit 661e5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/qos_deadline_liveliness_lifespan.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Both of these fall under a category of "Resource Status Events".

To handle these notifications, new callback functions can be provided by the user that will be called any time an event occurs for a particular Topic.
It will receive as a parameter a struct value that contains the information about the event such as when the event took place and other metadata related to the event.
These callback functions would be optionally provided by the user's application when it calls the create function for publishers and subscribers.
These callback functions would be optionally provided by the user's application when it calls the create function for publishers and subscriptions.
The constructors and create functions will be overloaded to make this new handler optional.

The status event handlers will not be called once for every status event.
Expand Down

0 comments on commit 661e5d3

Please sign in to comment.