μHAL (v2.7.9)
Part of the IPbus software repository
Classes | Namespaces | Functions
ClientInterface.hpp File Reference
#include <deque>
#include <stdint.h>
#include <string>
#include <utility>
#include <vector>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <boost/thread/mutex.hpp>
#include "uhal/grammars/URI.hpp"
#include "uhal/log/exception.hpp"
#include "uhal/definitions.hpp"
#include "uhal/ValMem.hpp"
Include dependency graph for ClientInterface.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  uhal::ClientInterface
 An abstract base class for defining the interface to the various IPbus clients as well as providing the generalized packing functionality. More...
 

Namespaces

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

Functions

std::string uhal::detail::getAddressDescription (const ClientInterface &aClient, const uint32_t aAddress, const size_t &aMaxListSize)
 Generates a short string summarising which nodes match the specified address. More...
 

Detailed Description

Author
Andrew W. Rose
Marc Magrans De Abril
Date
2012

Definition in file ClientInterface.hpp.