μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces
ProtocolUDP.hpp File Reference
#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/udp.hpp>
#include <boost/asio/deadline_timer.hpp>
#include "uhal/ClientInterface.hpp"
#include "uhal/log/exception.hpp"
Include dependency graph for ProtocolUDP.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

namespace  boost
 
namespace  boost::system
 
namespace  uhal
 
namespace  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 ProtocolUDP.hpp.