Skip to content

Change type of received_message #168

@CursedRock17

Description

@CursedRock17

Description

The point of this issue is to highlight discussion to change from a type T to message_info in the OnMessageReceived Function. I would be able to make a pull request for these changes, if the libstatistics_collector library wanted to go along with this

Related Issues

This was discussed in pull request 2247 over in the rclcpp library. If you want to follow discussion up to this point, it has all happened there.

Completion Criteria

  • Must change type T in const T & received_message within all OnMessageReceived functions to either rmw_message_info_t or if we wanted to import rclcpp (which we probably don't) clcpp::MessageInfo
  • Then deprecate all OnMessageReceived functions that are templated with type T

Testing Notes / Suggestions

Not much other than changing the message types passed to the test functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions