Skip to main content

AVxcelerate Simulation Framework 2025 R2 SP02

standalone_activity_service

Last update: 19.09.2025
1
5
6#pragma once
7
8#include "core/service/standalone_activity_service/standalone_activity_creator/i_standalone_activity_creator.h"
9
15{
16namespace core
17{
18
51{
52 public:
57 StandaloneActivityService(std::unique_ptr<IStandaloneActivityCreator> standalone_activity_creator);
59
63 int Run();
64};
65
66} // namespace core
67} // namespace simulation_framework
It provides a running process of desired activity returned by interface IStandaloneActivityCreator an...
StandaloneActivityService(std::unique_ptr< IStandaloneActivityCreator > standalone_activity_creator)
int Run()
Start the Standalone Activity service and keep it alive waiting for standalone request on this Activi...
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