#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"
Go to the source code of this file.
|
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...
|
|
|
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...
|
|
- Author
- Andrew W. Rose
-
Marc Magrans De Abril
- Date
- 2012
Definition in file ClientInterface.hpp.