PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
Provides network connectivity for poll2. More...
#include "poll2_socket.h"
#include <iostream>
#include <string>
#include <sstream>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <strings.h>
#include <string.h>
Go to the source code of this file.
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.cpp.