Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ros2/rosidl_dynamic_typesupport_fastrtps
- Owner: ros2
- License: apache-2.0
- Created: 2023-03-08T21:26:53.000Z (almost 2 years ago)
- Default Branch: rolling
- Last Pushed: 2024-04-26T20:03:21.000Z (9 months ago)
- Last Synced: 2024-04-26T21:22:36.954Z (9 months ago)
- Language: C++
- Size: 63.5 KB
- Stars: 0
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
# rosidl_dynamic_typesupport_fastrtps
Dynamic (Runtime) Typesupport Serialization Support Library for FastRTPSThis 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);
```