rosidl_runtime_c  master
Generate the rosidl interfaces in C.
Public Attributes | List of all members
rosidl_message_type_support_t Struct Reference

Contains rosidl message type support data. More...

#include <message_type_support_struct.h>

Public Attributes

const char * typesupport_identifier
 String identifier for the type_support. More...
 
const void * data
 Pointer to the message type support library. More...
 
rosidl_message_typesupport_handle_function func
 Pointer to the message type support handler function. More...
 

Detailed Description

Contains rosidl message type support data.

Member Data Documentation

◆ typesupport_identifier

const char* rosidl_message_type_support_t::typesupport_identifier

String identifier for the type_support.

◆ data

const void* rosidl_message_type_support_t::data

Pointer to the message type support library.

◆ func

rosidl_message_typesupport_handle_function rosidl_message_type_support_t::func

Pointer to the message type support handler function.


The documentation for this struct was generated from the following file: