scheduler_client_creator Last update: 16.07.2025 1 5 6 #pragma once 7 8 #include "core/scheduler/i_scheduler_client/i_scheduler_client.h" 9 #include <memory> 10 15 namespace simulation_framework 16 { 17 namespace core 18 { 19 namespace scheduling 20 { 21 namespace scheduling_client_creator 22 { 23 25 30 std::unique_ptr<ISchedulerClient> Create(const SchedulerClientType type); 34 35 } // namespace scheduling_client_creator 36 } // namespace scheduling 37 } // namespace core 38 } // namespace simulation_framework