|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <DeviceManager.hpp>
Public Member Functions | |
| Device * | OpenDevice (unsigned int deviceId, bool slowControlOnly=false) |
| void | RefreshDevices () |
Static Public Member Functions | |
| static DeviceManager & | Get () |
Private Member Functions | |
| DeviceManager () | |
| DeviceManager (DeviceManager const &) | |
| void | operator= (DeviceManager const &) |
Private Attributes | |
| std::map< unsigned long, std::unique_ptr< EthernetDevice > > | fEthernetDevices |
| bool | fHaveLookedForDevices |
Definition at line 29 of file DeviceManager.hpp.
|
private |
Definition at line 36 of file DeviceManager.cxx.
|
private |
|
static |
Definition at line 30 of file DeviceManager.cxx.
| dunedaq::sspmodules::Device * dunedaq::sspmodules::DeviceManager::OpenDevice | ( | unsigned int | deviceId, |
| bool | slowControlOnly = false ) |
Definition at line 162 of file DeviceManager.cxx.
|
private |
| void dunedaq::sspmodules::DeviceManager::RefreshDevices | ( | ) |
Definition at line 48 of file DeviceManager.cxx.
|
private |
Definition at line 57 of file DeviceManager.hpp.
|
private |
Definition at line 60 of file DeviceManager.hpp.