simulation_framework::core::ISimfwkCliServer Class Reference
Last update: 19.09.2025class ISimfwkCliServer More...
#include <i_cli_server.h>
Inheritance diagram for simulation_framework::core::ISimfwkCliServer:

Public Member Functions | |
| virtual void | BindSimRunner (std::unique_ptr< simulation_framework::core::ISimRunner > sim_runner)=0 |
| virtual void | WaitForCommand ()=0 |
| virtual std::string | GetServerAddress ()=0 |
Detailed Description
class ISimfwkCliServer
simulation framework cli server interface. The server holds an entity of simulation framework and forward user command to it.
Definition at line 24 of file i_cli_server.h.
Member Function Documentation
◆ BindSimRunner()
|
pure virtual |
Implemented in simulation_framework::core::SimfwkCliServer.
◆ GetServerAddress()
|
pure virtual |
Implemented in simulation_framework::core::SimfwkCliServer.
◆ WaitForCommand()
Implemented in simulation_framework::core::SimfwkCliServer.
The documentation for this class was generated from the following file: