|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <AddressTable.hh>
Public Types | |
| enum | ModeMask { EMPTY =0x0 , READ = 0x1 , WRITE =0x2 , ACTION = 0x4 } |
Public Attributes | |
| std::string | name |
| uint16_t | address |
| uint32_t | mask |
| uint8_t | offset |
| uint8_t | mode |
| boost::unordered_map< std::string, std::string > | user |
| ItemConversion * | sc_conv |
Definition at line 14 of file AddressTable.hh.
| enum Item::ModeMask |
| uint16_t Item::address |
Definition at line 18 of file AddressTable.hh.
| uint32_t Item::mask |
Definition at line 19 of file AddressTable.hh.
| uint8_t Item::mode |
Definition at line 21 of file AddressTable.hh.
| std::string Item::name |
Definition at line 17 of file AddressTable.hh.
| uint8_t Item::offset |
Definition at line 20 of file AddressTable.hh.
| ItemConversion* Item::sc_conv |
Definition at line 23 of file AddressTable.hh.
| boost::unordered_map<std::string,std::string> Item::user |
Definition at line 22 of file AddressTable.hh.