Class simulation_framework::core::ISimfwkCliServer
Last update: 09.03.2026
Definition: core/service/grpc/cli/i_cli_server.h (line 24)
class ISimfwkCliServer
simulation framework cli server interface. The server holds an entity of simulation framework and forward user command to it.
Inherited by:
Members
Public functions
Function ~ISimfwkCliServer
virtual simulation_framework::core::ISimfwkCliServer::~ISimfwkCliServer()=default
Return type:
Function BindSimRunner
virtual void simulation_framework::core::ISimfwkCliServer::BindSimRunner(std::unique_ptr simulation_framework::core::ISimRunner > sim_runner)=0
Parameters:
- std::unique_ptr simulation_framework::core::ISimRunner > sim_runner
Return type: void
Reimplemented by:
Function WaitForCommand
virtual void simulation_framework::core::ISimfwkCliServer::WaitForCommand()=0
Return type: void
Reimplemented by:
Function GetServerAddress
virtual std::string simulation_framework::core::ISimfwkCliServer::GetServerAddress()=0
Return type: std::string
Reimplemented by: