Generic hardware access library
/home/cschwick/hal/generic/include/hal/HardwareDeviceInterface.hh File Reference

Go to the source code of this file.

Classes

class  HAL::HardwareDeviceInterface
 The interface to ALL hardware devices. More...

Namespaces

namespace  HAL

Enumerations

enum  HAL::HalVerifyOption { HAL::HAL_NO_VERIFY, HAL::HAL_DO_VERIFY }
 A type in order to determine the operation mode of hardware write accesses. More...
enum  HAL::HalAddressIncrement { HAL::HAL_DO_INCREMENT, HAL::HAL_NO_INCREMENT }
 Needed if a block of data is transfered to or from Fifos. More...
enum  HAL::HalPollMethod { HAL::HAL_POLL_UNTIL_EQUAL, HAL::HAL_POLL_UNTIL_DIFFERENT }
 Controles the operation of the pollItem method. More...