LOLA
readout_chain.h File Reference
+ Include dependency graph for readout_chain.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 lola
 
 lola::vx
 
 lola::vx::v3
 

Macros

#define CHIP_REVISION   3
 

Functions

attr lola::vx::v3::attr ("__str__")
 
attr attr ("__str__")
 
 lola::vx::v3::attr ("PadMux")
 

Variables

auto lola::vx::v3::ism = parent->py::is_method(attr)
 
auto ism = parent->py::is_method(attr)
 
auto const to_str = [](ReadoutChain::InputMux const& self) { std::stringstream ss; ss << self; return ss.str(); }
 
auto const lola::vx::v3::to_str = [](ReadoutChain::PadMux const& self) { std::stringstream ss; ss << self; return ss.str(); }
 

Macro Definition Documentation

◆ CHIP_REVISION

#define CHIP_REVISION   3

Definition at line 2 of file readout_chain.h.

Function Documentation

◆ attr()

attr attr ( "__str__"  )

Variable Documentation

◆ ism

auto ism = parent->py::is_method(attr)

Definition at line 41 of file readout_chain.h.

◆ to_str

auto const to_str = [](ReadoutChain::InputMux const& self) { std::stringstream ss; ss << self; return ss.str(); }

Definition at line 41 of file readout_chain.h.