pass context to wait set, and fini rmw context (#373)
* pass context to wait set, and fini rmw context Signed-off-by: William Woodall <william@osrfoundation.org> * use identifier rather than impl to check init status Signed-off-by: William Woodall <william@osrfoundation.org>
This commit is contained in:
parent
c6788e4e54
commit
7f6b914ac4
14 changed files with 87 additions and 32 deletions
|
@ -98,6 +98,7 @@ protected:
|
|||
num_timers_server + num_timers_client,
|
||||
num_clients_server + num_clients_client,
|
||||
num_services_server + num_services_client,
|
||||
&context,
|
||||
rcl_get_default_allocator());
|
||||
ASSERT_EQ(ret, RCL_RET_OK) << rcl_get_error_string().str;
|
||||
}
|
||||
|
|
|
@ -110,6 +110,7 @@ protected:
|
|||
num_timers_server + num_timers_client,
|
||||
num_clients_server + num_clients_client,
|
||||
num_services_server + num_services_client,
|
||||
&context,
|
||||
rcl_get_default_allocator());
|
||||
ASSERT_EQ(ret, RCL_RET_OK) << rcl_get_error_string().str;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue