rosidl_typesupport_cpp
master
ROSIDL C++ Typesupport
|
Contains all available C++ typesupport handles to choose from. More...
#include <type_support_map.h>
Public Attributes | |
const size_t | size |
Length of the typesupport_identidentifier , symbol_name and data arrays. More... | |
const char * | package_name |
The ROS 2 package this is generated from. More... | |
const char *const * | typesupport_identifier |
Array of identifiers for the type_supports. More... | |
const char *const * | symbol_name |
Array of symbol names to get the typesupports. More... | |
void ** | data |
Array of pointers to type support handle functions that were successfully found. More... | |
Contains all available C++ typesupport handles to choose from.
const size_t type_support_map_t::size |
Length of the typesupport_identidentifier
, symbol_name
and data
arrays.
const char* type_support_map_t::package_name |
The ROS 2 package this is generated from.
const char* const * type_support_map_t::typesupport_identifier |
Array of identifiers for the type_supports.
const char* const * type_support_map_t::symbol_name |
Array of symbol names to get the typesupports.
void** type_support_map_t::data |
Array of pointers to type support handle functions that were successfully found.