Class Converter
Defined in File converter.hpp
Class Documentation
-
class Converter
Public Functions
-
~Converter()
Converts the given SerializedBagMessage into the output format of the converter. The serialization format of the input message must be identical to the input format of the converter.
- Parameters:
message – Message to convert
- Returns:
Converted message
-
void add_topic(const std::string &topic, const std::string &type)
-
~Converter()