File tree Expand file tree Collapse file tree
rmw_fastrtps_dynamic_cpp/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ extern "C"
3535rmw_ret_t
3636rmw_init_publisher_allocation (
3737 const rosidl_message_type_support_t * type_support,
38- const rosidl_message_bounds_t * message_bounds,
38+ const rosidl_bounds_type_support_t * message_bounds,
3939 rmw_publisher_allocation_t * allocation)
4040{
4141 // Unused in current implementation.
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ rmw_deserialize(
9393rmw_ret_t
9494rmw_get_serialized_message_size (
9595 const rosidl_message_type_support_t * /* type_support*/ ,
96- const rosidl_message_bounds_t * /* message_bounds*/ ,
96+ const rosidl_bounds_type_support_t * /* message_bounds*/ ,
9797 size_t * /* size*/ )
9898{
9999 RMW_SET_ERROR_MSG (" unimplemented" );
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ extern "C"
3333rmw_ret_t
3434rmw_init_subscription_allocation (
3535 const rosidl_message_type_support_t * type_support,
36- const rosidl_message_bounds_t * message_bounds,
36+ const rosidl_bounds_type_support_t * message_bounds,
3737 rmw_subscription_allocation_t * allocation)
3838{
3939 // Unused in current implementation.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ extern "C"
3737rmw_ret_t
3838rmw_init_publisher_allocation (
3939 const rosidl_message_type_support_t * type_support,
40- const rosidl_message_bounds_t * message_bounds,
40+ const rosidl_bounds_type_support_t * message_bounds,
4141 rmw_publisher_allocation_t * allocation)
4242{
4343 // Unused in current implementation.
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ rmw_deserialize(
9696rmw_ret_t
9797rmw_get_serialized_message_size (
9898 const rosidl_message_type_support_t * /* type_support*/ ,
99- const rosidl_message_bounds_t * /* message_bounds*/ ,
99+ const rosidl_bounds_type_support_t * /* message_bounds*/ ,
100100 size_t * /* size*/ )
101101{
102102 RMW_SET_ERROR_MSG (" unimplemented" );
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ extern "C"
3535rmw_ret_t
3636rmw_init_subscription_allocation (
3737 const rosidl_message_type_support_t * type_support,
38- const rosidl_message_bounds_t * message_bounds,
38+ const rosidl_bounds_type_support_t * message_bounds,
3939 rmw_subscription_allocation_t * allocation)
4040{
4141 // Unused in current implementation.
You can’t perform that action at this time.
0 commit comments