Belle II Software  release-08-01-10
IOInfo Class Reference

Public Member Functions

const char * getLocalIP () const
 
unsigned int getLocalAddress () const
 
int getLocalPort () const
 
const char * getRemoteIP () const
 
unsigned int getRemoteAddress () const
 
int getRemotePort () const
 
int getState () const
 
int getTXQueue () const
 
int getRXQueue () const
 
void setLocalAddress (unsigned int addr)
 
void setLocalPort (int port)
 
void setRemoteAddress (unsigned int addr)
 
void setRemotePort (int port)
 
void setState (int state)
 
void setTXQueue (int queue)
 
void setRXQueue (int queue)
 

Static Public Member Functions

static int checkTCP (std::vector< IOInfo > &info)
 
static int checkTCP (IOInfo &info)
 

Private Attributes

unsigned int m_local_addr
 
int m_local_port
 
unsigned int m_remote_addr
 
int m_remote_port
 
int m_state
 
int m_tx_queue
 
int m_rx_queue
 

Detailed Description

Definition at line 19 of file IOInfo.h.


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