DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::hsilibs::dal Namespace Reference

Classes

struct  __HSIController_Registrator
 
struct  __HSIControllerConf_Registrator
 
class  HSIController
 
class  HSIControllerConf
 

Typedefs

typedef std::vector< constHSIController * >::const_iterator HSIControllerIterator
 
typedef std::vector< constHSIControllerConf * >::const_iterator HSIControllerConfIterator
 

Functions

std::ostream & operator<< (std::ostream &s, const HSIController &obj)
 
std::ostream & operator<< (std::ostream &s, const HSIControllerConf &obj)
 

Variables

static struct dunedaq::hsilibs::dal::__HSIController_Registrator registrator
 
static struct dunedaq::hsilibs::dal::__HSIControllerConf_Registrator registrator
 

Typedef Documentation

◆ HSIControllerConfIterator

typedef std::vector< constHSIControllerConf * >::const_iterator dunedaq::hsilibs::dal::HSIControllerConfIterator

Definition at line 308 of file HSIControllerConf.hpp.

◆ HSIControllerIterator

typedef std::vector< constHSIController * >::const_iterator dunedaq::hsilibs::dal::HSIControllerIterator

Definition at line 83 of file HSIController.hpp.

Function Documentation

◆ operator<<() [1/2]

std::ostream & dunedaq::hsilibs::dal::operator<< ( std::ostream & s,
const HSIController & obj )
inline

Definition at line 78 of file HSIController.hpp.

79 {
80 return obj.print_object(s);
81 }

◆ operator<<() [2/2]

std::ostream & dunedaq::hsilibs::dal::operator<< ( std::ostream & s,
const HSIControllerConf & obj )
inline

Definition at line 303 of file HSIControllerConf.hpp.

304 {
305 return obj.print_object(s);
306 }

Variable Documentation

◆ registrator [1/2]

struct dunedaq::hsilibs::dal::__HSIController_Registrator dunedaq::hsilibs::dal::registrator
static

◆ registrator [2/2]

struct dunedaq::hsilibs::dal::__HSIControllerConf_Registrator dunedaq::hsilibs::dal::registrator
static