Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ros2/rosidl_dynamic_typesupport_fastrtps

Dynamic (Runtime) Typesupport Serialization Support Library for FastRTPS
https://github.com/ros2/rosidl_dynamic_typesupport_fastrtps

Last synced: about 2 months ago
JSON representation

Dynamic (Runtime) Typesupport Serialization Support Library for FastRTPS

Awesome Lists containing this project

README

        

# rosidl_dynamic_typesupport_fastrtps
Dynamic (Runtime) Typesupport Serialization Support Library for FastRTPS

This library provides implementations for the interface specified in the `rosidl_dynamic_typesupport` package, providing FastRTPS-specific implementations for manipulating and accessing `DynamicType` and `DynamicData` objects.

```c++
rosidl_dynamic_typesupport_serialization_support_t serialization_support;

rosidl_dynamic_typesupport_serialization_support_init(
rosidl_dynamic_typesupport_fastrtps_init_serialization_support_impl(),
rosidl_dynamic_typesupport_fastrtps_init_serialization_support_interface(),
rcutils_get_default_allocator(),
&serialization_support);
```