Skip to main content

AVxcelerate Simulation Framework 2025 R2

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
16{
17namespace core
18{
19namespace scheduling
20{
21namespace scheduling_client_creator
22{
23
25
33std::unique_ptr<ISchedulerClient> Create(const SchedulerClientType type);
34
35} // namespace scheduling_client_creator
36} // namespace scheduling
37} // namespace core
38} // namespace simulation_framework
The namespace for all core functionalities under namespace simulation_framework.
std::shared_ptr< CommunicationManager > Create(const Type type, const Topics &topics=Topics{})
Create CommunicationManager based on given type for activity communication.
The top namespace for simulation framework.

Connect with Ansys