fmu_config
Last update: 19.09.2025The namespace for all core functionalities under namespace simulation_framework.
The top namespace for simulation framework.
A helper struct to pass necessary information to create FmuBaseActivity.
Definition fmu_config.h:33
FmuMessageToVarNames message_to_var_name
A map used to coordinate variable names between the rtidds::FmuMessage and the FMU variable names.
Definition fmu_config.h:52
FmuTopicToVarNames topics_to_outputs
A map where the keys are output topics and the values are names of FMU variable are sent over that to...
Definition fmu_config.h:47
std::map< std::string, MessageType > topic_to_message_type
A map used to store the message type for each topic.
Definition fmu_config.h:60
FmuVarToMessageNames var_to_message_name
A map used to coordinate variable names between the FMU variable names and the rtidds::FmuMessage.
Definition fmu_config.h:57
FmuTopicToVarNames topics_to_inputs
A map where the keys are input topics and the values are names of FMU variable are sent over that top...
Definition fmu_config.h:44