μHAL (v2.7.9)
Part of the IPbus software repository
Classes | Namespaces
ValMem.hpp File Reference
#include <cstddef>
#include <deque>
#include <stdint.h>
#include <vector>
#include <boost/shared_ptr.hpp>
#include "uhal/log/exception.hpp"
#include "uhal/definitions.hpp"
#include "uhal/TemplateDefinitions/ValMem.hxx"
Include dependency graph for ValMem.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  uhal::ValWord< T >
 A class which wraps a single word of data and marks whether or not it is valid. More...
 
class  uhal::ValVector< T >
 A class which wraps a block of data and marks whether or not it is valid. More...
 
struct  uhal::_ValHeader_
 A helper struct wrapping an IPbus header and a valid flag. More...
 
struct  uhal::_ValWord_< T >
 A Template helper struct wrapping an IPbus header, a register for storing a single word of data, a valid flag and a mask for modifying returned values. More...
 
struct  uhal::_ValVector_< T >
 A Template helper struct wrapping a block of IPbus header, a register for storing a block of data and a valid flag. More...
 
class  uhal::ValHeader
 A class which wraps a single word of data and marks whether or not it is valid. More...
 
class  uhal::ValWord< T >
 A class which wraps a single word of data and marks whether or not it is valid. More...
 
class  uhal::ValVector< T >
 A class which wraps a block of data and marks whether or not it is valid. More...
 

Namespaces

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

Detailed Description

Author
Andrew W. Rose
Marc Magrans De Abril
Date
2012

Definition in file ValMem.hpp.