Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add network notify function #662

Open
wants to merge 2 commits into
base: rolling
Choose a base branch
from

Conversation

jakymiws
Copy link

No description provided.

Signed-off-by: Sebastian Jakymiw <sjakymiw@irobot.com>
@jakymiws jakymiws force-pushed the irobot/add-dynamic-network-notify branch from 488c302 to 28f2bf1 Compare January 19, 2023 20:51
@jakymiws
Copy link
Author

jakymiws commented Jan 19, 2023

rmw_ret_t
rmw_notify_participant_dynamic_network_interface(rmw_context_t * context)
{
auto impl = static_cast<CustomParticipantInfo *>(context->impl->participant_info);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we check if impl is a valid pointer?

Signed-off-by: Sebastian Jakymiw <sjakymiw@irobot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants