|
nros C API
Lightweight ROS 2 client for embedded real-time systems
|
#include <nros_generated.h>
Data Fields | |
| size_t | feedback_serialized_size_max |
| size_t | goal_serialized_size_max |
| size_t | result_serialized_size_max |
| const char * | type_hash |
| const char * | type_name |
Action type information.
| size_t nros_action_type_t::feedback_serialized_size_max |
Maximum serialized size of feedback message
| size_t nros_action_type_t::goal_serialized_size_max |
Maximum serialized size of goal message
| size_t nros_action_type_t::result_serialized_size_max |
Maximum serialized size of result message
| const char* nros_action_type_t::type_hash |
Action type hash
| const char* nros_action_type_t::type_name |
Action type name (e.g., "example_interfaces::action::Fibonacci")