Class RMWImplementedConverter
Inheritance Relationships
Base Type
public rosbag2_cpp::converter_interfaces::SerializationFormatConverter
(Class SerializationFormatConverter)
Class Documentation
-
class RMWImplementedConverter : public rosbag2_cpp::converter_interfaces::SerializationFormatConverter
Default implementation of the SerializationFormatConverter.
This converter does not understand any serialization formats on its own, instead it searches the system for an installed RMW implementation that understands the requested format, loads that library if found, and uses its implementation for serialization.