Skip to main content

AVxcelerate Sensors Simulator API 2025 R1

vss::simulation::EndPointRange Struct Reference

Last update: 14.01.2025

Describes the parameters used to configure AVX deployment. More...

Public Attributes

string host = 1 [deprecated = true]
 
int32 min_port = 2 [deprecated = true]
 
int32 max_port = 3 [deprecated = true]
 

Detailed Description

Describes the parameters used to configure AVX deployment.

AVX is designed to be distributed over several nodes or machines of the same operating system.

Warning
This message is deprecated and will be removed. It has been replaced by the DeployConfiguration message.

Member Data Documentation

◆ host

string vss::simulation::EndPointRange::host = 1 [deprecated = true]

Host used to spawn the AVX processes.

Warning
This field is marked deprecated and might be removed in later versions. Consider using DeployConfiguration.local_nodes instead.

◆ min_port

int32 vss::simulation::EndPointRange::min_port = 2 [deprecated = true]

The first TCP port used to communicate.

AVX allocates ports to communicate with different processes starting from this min_port value.

Note
The value must be greater than 1024.
Warning
This field is marked deprecated and might be removed in later versions. Consider using DeployConfiguration.local_nodes instead.

◆ max_port

int32 vss::simulation::EndPointRange::max_port = 3 [deprecated = true]

The last TCP port used to communicate.

AVX allocates ports to communicate with different processes until this last port.

Note
The value must be greater than the min_port value.
Warning
This field is marked deprecated and might be removed in later versions. Consider using DeployConfiguration.local_nodes instead.

The documentation for this struct was generated from the following file:
  • deploy_parameters.proto

Connect with Ansys