#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <poll.h>
#include <sstream>
#include <string>
Include dependency graph for socket.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | InspSocket |
Enumerations | |
enum | InspSocketState { I_DISCONNECTED, I_CONNECTING, I_CONNECTED, I_LISTENING, I_ERROR } |
enum | InspSocketError { I_ERR_TIMEOUT, I_ERR_SOCKET, I_ERR_CONNECT, I_ERR_BIND } |
|
Definition at line 28 of file socket.h. 00028 { I_ERR_TIMEOUT, I_ERR_SOCKET, I_ERR_CONNECT, I_ERR_BIND };
|
|
Definition at line 27 of file socket.h. 00027 { I_DISCONNECTED, I_CONNECTING, I_CONNECTED, I_LISTENING, I_ERROR };
|