Generic hardware access library
|
#include <vector>
#include <functional>
#include "hal/VMEDevice.hh"
#include "hal/VMEBusAdapterInterface.hh"
#include "hal/AddressTableContainerInterface.hh"
#include "hal/StaticVMEConfiguration.hh"
#include "hal/ModuleMapperInterface.hh"
#include "hal/VMEConfigurationSpaceHandler.hh"
#include "hal/VMESlot.hh"
#include "hal/HardwareProblemException.hh"
#include "hal/UnsupportedException.hh"
Go to the source code of this file.
Classes | |
class | HAL::VME64xCrate |
Browses the contents of a crate and delivers the VME-Modules contained in the crate. More... | |
struct | HAL::VME64xCrate::MappedItem |
A helper structure which stores information about an occupied region of the address space. More... | |
class | HAL::VME64xCrate::MappedItemSorter |
A functor to sort the list of occupied address regions. More... | |
class | HAL::VME64xCrate::WindowSorter |
A functor to sort the list of mapped Windows. More... | |
Namespaces | |
namespace | HAL |