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 355 of file msystem.h.

Member Function Documentation

◆ clear()

void rpc_server_acception_struct::clear ( )
inline

Definition at line 372 of file msystem.h.

372 {
373 prog_name = "";
374 host_name = "";
376 send_sock = 0;
377 recv_sock = 0;
378 event_sock = 0;
379 remote_hw_type = 0;
381 last_activity = 0;
382 convert_flags = 0;
384 net_buffer_size = 0;
385 write_ptr = 0;
386 read_ptr = 0;
387 misalign = 0;
388 odb_handle = 0;
389 client_handle = 0;
390 }
#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 370 of file msystem.h.

◆ convert_flags

INT rpc_server_acception_struct::convert_flags = 0

Definition at line 365 of file msystem.h.

◆ event_sock

int rpc_server_acception_struct::event_sock = 0

Definition at line 361 of file msystem.h.

◆ host_name

std::string rpc_server_acception_struct::host_name

Definition at line 357 of file msystem.h.

◆ is_mserver

BOOL rpc_server_acception_struct::is_mserver = 0

Definition at line 358 of file msystem.h.

◆ last_activity

DWORD rpc_server_acception_struct::last_activity = 0

Definition at line 364 of file msystem.h.

◆ misalign

INT rpc_server_acception_struct::misalign =0

Definition at line 368 of file msystem.h.

◆ net_buffer

char* rpc_server_acception_struct::net_buffer = NULL

Definition at line 366 of file msystem.h.

◆ net_buffer_size

INT rpc_server_acception_struct::net_buffer_size = 0

Definition at line 367 of file msystem.h.

◆ odb_handle

HNDLE rpc_server_acception_struct::odb_handle = 0

Definition at line 369 of file msystem.h.

◆ prog_name

std::string rpc_server_acception_struct::prog_name

Definition at line 356 of file msystem.h.

◆ read_ptr

INT rpc_server_acception_struct::read_ptr =0

Definition at line 368 of file msystem.h.

◆ recv_sock

int rpc_server_acception_struct::recv_sock = 0

Definition at line 360 of file msystem.h.

◆ remote_hw_type

INT rpc_server_acception_struct::remote_hw_type = 0

Definition at line 362 of file msystem.h.

◆ send_sock

int rpc_server_acception_struct::send_sock = 0

Definition at line 359 of file msystem.h.

◆ watchdog_timeout

INT rpc_server_acception_struct::watchdog_timeout = 0

Definition at line 363 of file msystem.h.

◆ write_ptr

INT rpc_server_acception_struct::write_ptr =0

Definition at line 368 of file msystem.h.


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