PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
Provides network connectivity for poll2. More...
#include <netinet/in.h>
Go to the source code of this file.
Data Structures | |
class | Server |
class | Client |
Macros | |
#define | POLL2_SOCKET_VERSION "1.1.01" |
#define | POLL2_SOCKET_DATE "May 11th, 2015" |
Provides network connectivity for poll2.
This file contains classes used by poll2 in order to send packets over the network. These packets are sent by poll using the Server class and may be read by any program using the Client class or operating a socket on the same port.
Definition in file poll2_socket.h.
#define POLL2_SOCKET_DATE "May 11th, 2015" |
Definition at line 21 of file poll2_socket.h.
#define POLL2_SOCKET_VERSION "1.1.01" |
Definition at line 20 of file poll2_socket.h.