Skip to content

Commit 03a49c5

Browse files
authored
Rename rosidl_message_bounds_t (#166)
* Rename rosidl_message_bounds_t Signed-off-by: Michael Carroll <[email protected]>
1 parent 224d761 commit 03a49c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

rmw_cyclonedds_cpp/src/rmw_node.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ using MessageTypeSupport_cpp =
11921192

11931193
extern "C" rmw_ret_t rmw_get_serialized_message_size(
11941194
const rosidl_message_type_support_t * type_support,
1195-
const rosidl_message_bounds_t * message_bounds, size_t * size)
1195+
const rosidl_runtime_c__Sequence__bound * message_bounds, size_t * size)
11961196
{
11971197
static_cast<void>(type_support);
11981198
static_cast<void>(message_bounds);
@@ -1703,7 +1703,7 @@ static CddsPublisher * create_cdds_publisher(
17031703

17041704
extern "C" rmw_ret_t rmw_init_publisher_allocation(
17051705
const rosidl_message_type_support_t * type_support,
1706-
const rosidl_message_bounds_t * message_bounds, rmw_publisher_allocation_t * allocation)
1706+
const rosidl_runtime_c__Sequence__bound * message_bounds, rmw_publisher_allocation_t * allocation)
17071707
{
17081708
static_cast<void>(type_support);
17091709
static_cast<void>(message_bounds);
@@ -1970,7 +1970,8 @@ static CddsSubscription * create_cdds_subscription(
19701970

19711971
extern "C" rmw_ret_t rmw_init_subscription_allocation(
19721972
const rosidl_message_type_support_t * type_support,
1973-
const rosidl_message_bounds_t * message_bounds, rmw_subscription_allocation_t * allocation)
1973+
const rosidl_runtime_c__Sequence__bound * message_bounds,
1974+
rmw_subscription_allocation_t * allocation)
19741975
{
19751976
static_cast<void>(type_support);
19761977
static_cast<void>(message_bounds);

0 commit comments

Comments
 (0)