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

Public Member Functions

int put (char *data, int len)
 
int put_wordbuf (int *data, int len)
 
int get (char *data, int len)
 
int get_wordbuf (int *data, int len)
 
bool accept (unsigned int port)
 
bool connect (const std::string &hostName, unsigned int port, const HLTMainLoop &mainLoop)
 
bool initialized () const
 
void deinitialize ()
 

Private Member Functions

int read_data (char *data, int len)
 
int write_data (char *data, int len)
 
void close (int socket)
 

Private Attributes

int m_socket = -1
 
int m_listener = -1
 
bool m_initialized = false
 

Detailed Description

Definition at line 20 of file HLTSocket.h.


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