μHAL (v2.7.9)
Part of the IPbus software repository
Classes | Namespaces
ProtocolTCP.hpp File Reference
#include <deque>
#include <iostream>
#include <stdint.h>
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/asio/io_service.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/deadline_timer.hpp>
#include <boost/chrono/system_clocks.hpp>
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition_variable.hpp>
#include "uhal/ClientInterface.hpp"
#include "uhal/log/exception.hpp"
#include "uhal/utilities/TimeIntervalStats.hpp"
Include dependency graph for ProtocolTCP.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  uhal::TCP< InnerProtocol, nr_buffers_per_send >
 Transport protocol to transfer an IPbus buffer via TCP. More...
 

Namespaces

 uhal
 
 uhal::exception
 A namespace for all exceptions to live in - this will hopefully make documentation a bit clearer.
 

Detailed Description

Author
Andrew W. Rose
Date
2012

Definition in file ProtocolTCP.hpp.