DABC (Data Acquisition Backbone Core)  2.9.9
Functions
SocketThread.cxx File Reference
#include "dabc/SocketThread.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/poll.h>
#include <fcntl.h>
#include <cerrno>
#include <cstdlib>
#include <unistd.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include "dabc/Configuration.h"

Go to the source code of this file.

Functions

const char * SocketErr (int err)
 

Function Documentation

◆ SocketErr()

const char* SocketErr ( int  err)

Definition at line 37 of file SocketThread.cxx.