i_kpi_message_converter
Last update: 16.07.2025This is the concrete Topic class that can be used for creation of a communication channel with given ...
Definition topic.h:38
Interface for converting KPI messages between different formats.
Definition i_kpi_message_converter.h:29
virtual KpiMessage DecodeFromDds(const rtidds::KpiMessage &kpi_msgs)=0
Decodes a DDS-specific message into a KpiMessage.
virtual rtidds::KpiMessage ConvertToDds(const KpiMessage &kpi_msgs)=0
Converts a KpiMessage to a DDS-specific message format.
virtual ~IKpiMessageConverter()=default
Virtual destructor for proper cleanup of derived classes.
The namespace for all core functionalities under namespace simulation_framework.
The namespace for kpi definition and corresponding APIs under namespace simulation_framework::evaluat...
The top namespace for simulation framework.