PAASS
Software suite to Acquire and Analyze Data from Pixie16
poll2_socket.h File Reference

Provides network connectivity for poll2. More...

#include <netinet/in.h>
Include dependency graph for poll2_socket.h:
This graph shows which files directly or indirectly include this file:

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"
 

Detailed Description

Provides network connectivity for poll2.

Author
Cory R. Thornsberry
Date
April 20th, 2015

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.

Macro Definition Documentation

§ POLL2_SOCKET_DATE

#define POLL2_SOCKET_DATE   "May 11th, 2015"

Definition at line 21 of file poll2_socket.h.

§ POLL2_SOCKET_VERSION

#define POLL2_SOCKET_VERSION   "1.1.01"

Definition at line 20 of file poll2_socket.h.