#include <chrono>#include <condition_variable>#include <deque>#include <iostream>#include <memory>#include <stdint.h>#include <string>#include <thread>#include <vector>#include <boost/asio/io_service.hpp>#include <boost/asio/ip/tcp.hpp>#include <boost/asio/deadline_timer.hpp>#include "uhal/ClientInterface.hpp"#include "uhal/log/exception.hpp"#include "uhal/utilities/TimeIntervalStats.hpp"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 | |
| namespace | uhal |
| namespace | uhal::exception |
| A namespace for all exceptions to live in - this will hopefully make documentation a bit clearer. | |
Definition in file ProtocolTCP.hpp.