μ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
ProtocolMmap.hpp File Reference
#include <chrono>
#include <deque>
#include <istream>
#include <memory>
#include <stddef.h>
#include <stdint.h>
#include <string>
#include <utility>
#include <vector>
#include "uhal/ClientInterface.hpp"
#include "uhal/detail/RobustSessionMutex.hpp"
#include "uhal/detail/SharedObject.hpp"
#include "uhal/log/exception.hpp"
#include "uhal/ProtocolIPbus.hpp"
Include dependency graph for ProtocolMmap.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  uhal::Mmap
 Transport protocol to transfer an IPbus buffer via device file, using mmap. More...
 
class  uhal::Mmap::File
 
struct  uhal::Mmap::HexTo< T >
 

Namespaces

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

Detailed Description

Author
Tom Williams
Date
September 2017

Definition in file ProtocolMmap.hpp.