Skip to main content

AVxcelerate Simulation Framework 2025 R2

i_cli_server

Last update: 16.07.2025
1
3
4#pragma once
5
6#include "core/service/sim_runner/i_sim_runner.h"
7#include <memory>
8
14{
15namespace core
16{
17
19
25{
26 public:
27 virtual ~ISimfwkCliServer() = default;
28 virtual void BindSimRunner(std::unique_ptr<simulation_framework::core::ISimRunner> sim_runner) = 0;
29 virtual void WaitForCommand() = 0;
30 virtual std::string GetServerAddress() = 0;
31};
32
33} // namespace core
34} // namespace simulation_framework
This is the concrete Topic class that can be used for creation of a communication channel with given ...
Definition topic.h:38
The namespace for all core functionalities under namespace simulation_framework.
The top namespace for simulation framework.

Connect with Ansys