Skip to main content

AVxcelerate Sensors Simulator API 2025 R1

vss::simulation::RemoteDirectMemoryAccess Struct Reference

Last update: 14.01.2025

Data access using Remote Direct Memory Access (RDMA) technology is delivered as a beta feature in the current release. More...

Public Attributes

int32 transfer_chunk_size = 1
 
string sender_address = 2
 
google::protobuf::Int32Value sender_port = 3
 
google::protobuf::Int32Value sender_backchannel_port = 4
 
google::protobuf::Int32Value post_embedded_data_line_count = 5
 
google::protobuf::Int32Value post_embedded_data_line_payload_size = 6
 
google::protobuf::Int32Value pre_embedded_data_line_count = 7
 
google::protobuf::Int32Value pre_embedded_data_line_payload_size = 8
 

Detailed Description

Data access using Remote Direct Memory Access (RDMA) technology is delivered as a beta feature in the current release.

Member Data Documentation

◆ transfer_chunk_size

int32 vss::simulation::RemoteDirectMemoryAccess::transfer_chunk_size = 1

Size of the RDMA data chunk in bytes.

◆ sender_address

string vss::simulation::RemoteDirectMemoryAccess::sender_address = 2

Sender address.

◆ sender_port

google::protobuf::Int32Value vss::simulation::RemoteDirectMemoryAccess::sender_port = 3

Sender port.

◆ sender_backchannel_port

google::protobuf::Int32Value vss::simulation::RemoteDirectMemoryAccess::sender_backchannel_port = 4

Sender backchannel port.

◆ post_embedded_data_line_count

google::protobuf::Int32Value vss::simulation::RemoteDirectMemoryAccess::post_embedded_data_line_count = 5

Number of expected postembedded data lines.

◆ post_embedded_data_line_payload_size

google::protobuf::Int32Value vss::simulation::RemoteDirectMemoryAccess::post_embedded_data_line_payload_size = 6

Total size in bytes of the postembedded data lines.

◆ pre_embedded_data_line_count

google::protobuf::Int32Value vss::simulation::RemoteDirectMemoryAccess::pre_embedded_data_line_count = 7

Number of expected preembedded data lines.

◆ pre_embedded_data_line_payload_size

google::protobuf::Int32Value vss::simulation::RemoteDirectMemoryAccess::pre_embedded_data_line_payload_size = 8

Total size in bytes of the preembedded data lines.


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

Connect with Ansys