MIDAS
Loading...
Searching...
No Matches
rpc_server_connection_struct Struct Reference

#include <msystem.h>

Collaboration diagram for rpc_server_connection_struct:

Public Member Functions

void clear ()
 

Public Attributes

std::string host_name
 
INT port
 
std::string exp_name
 
int send_sock
 
int recv_sock
 
int event_sock
 
std::mutex event_sock_mutex
 
INT remote_hw_type
 
INT rpc_timeout
 

Detailed Description

Definition at line 332 of file msystem.h.

Member Function Documentation

◆ clear()

void rpc_server_connection_struct::clear ( )
inline

Definition at line 343 of file msystem.h.

Here is the caller graph for this function:

Member Data Documentation

◆ event_sock

int rpc_server_connection_struct::event_sock

Definition at line 338 of file msystem.h.

◆ event_sock_mutex

std::mutex rpc_server_connection_struct::event_sock_mutex

Definition at line 339 of file msystem.h.

◆ exp_name

std::string rpc_server_connection_struct::exp_name

Definition at line 335 of file msystem.h.

◆ host_name

std::string rpc_server_connection_struct::host_name

Definition at line 333 of file msystem.h.

◆ port

INT rpc_server_connection_struct::port

Definition at line 334 of file msystem.h.

◆ recv_sock

int rpc_server_connection_struct::recv_sock

Definition at line 337 of file msystem.h.

◆ remote_hw_type

INT rpc_server_connection_struct::remote_hw_type

Definition at line 340 of file msystem.h.

◆ rpc_timeout

INT rpc_server_connection_struct::rpc_timeout

Definition at line 341 of file msystem.h.

◆ send_sock

int rpc_server_connection_struct::send_sock

Definition at line 336 of file msystem.h.


The documentation for this struct was generated from the following file: