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

#include <msystem.h>

Collaboration diagram for rpc_server_acception_struct:

Public Member Functions

void clear ()
 
void close ()
 

Public Attributes

std::string prog_name
 
std::string host_name
 
BOOL is_mserver = 0
 
int send_sock = 0
 
int recv_sock = 0
 
int event_sock = 0
 
INT remote_hw_type = 0
 
INT watchdog_timeout = 0
 
DWORD last_activity = 0
 
INT convert_flags = 0
 
charnet_buffer = NULL
 
INT net_buffer_size = 0
 
INT write_ptr =0
 
INT read_ptr =0
 
INT misalign =0
 
HNDLE odb_handle = 0
 
HNDLE client_handle = 0
 

Detailed Description

Definition at line 362 of file msystem.h.

Member Function Documentation

◆ clear()

void rpc_server_acception_struct::clear ( )
inline

Definition at line 379 of file msystem.h.

379 {
380 prog_name = "";
381 host_name = "";
383 send_sock = 0;
384 recv_sock = 0;
385 event_sock = 0;
386 remote_hw_type = 0;
388 last_activity = 0;
389 convert_flags = 0;
391 net_buffer_size = 0;
392 write_ptr = 0;
393 read_ptr = 0;
394 misalign = 0;
395 odb_handle = 0;
396 client_handle = 0;
397 }
#define FALSE
Definition cfortran.h:309
TH1X EXPRT * h1_book(const char *name, const char *title, int bins, double min, double max)
Definition rmidas.h:24
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ client_handle

HNDLE rpc_server_acception_struct::client_handle = 0

Definition at line 377 of file msystem.h.

◆ convert_flags

INT rpc_server_acception_struct::convert_flags = 0

Definition at line 372 of file msystem.h.

◆ event_sock

int rpc_server_acception_struct::event_sock = 0

Definition at line 368 of file msystem.h.

◆ host_name

std::string rpc_server_acception_struct::host_name

Definition at line 364 of file msystem.h.

◆ is_mserver

BOOL rpc_server_acception_struct::is_mserver = 0

Definition at line 365 of file msystem.h.

◆ last_activity

DWORD rpc_server_acception_struct::last_activity = 0

Definition at line 371 of file msystem.h.

◆ misalign

INT rpc_server_acception_struct::misalign =0

Definition at line 375 of file msystem.h.

◆ net_buffer

char* rpc_server_acception_struct::net_buffer = NULL

Definition at line 373 of file msystem.h.

◆ net_buffer_size

INT rpc_server_acception_struct::net_buffer_size = 0

Definition at line 374 of file msystem.h.

◆ odb_handle

HNDLE rpc_server_acception_struct::odb_handle = 0

Definition at line 376 of file msystem.h.

◆ prog_name

std::string rpc_server_acception_struct::prog_name

Definition at line 363 of file msystem.h.

◆ read_ptr

INT rpc_server_acception_struct::read_ptr =0

Definition at line 375 of file msystem.h.

◆ recv_sock

int rpc_server_acception_struct::recv_sock = 0

Definition at line 367 of file msystem.h.

◆ remote_hw_type

INT rpc_server_acception_struct::remote_hw_type = 0

Definition at line 369 of file msystem.h.

◆ send_sock

int rpc_server_acception_struct::send_sock = 0

Definition at line 366 of file msystem.h.

◆ watchdog_timeout

INT rpc_server_acception_struct::watchdog_timeout = 0

Definition at line 370 of file msystem.h.

◆ write_ptr

INT rpc_server_acception_struct::write_ptr =0

Definition at line 375 of file msystem.h.


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