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::v2
 

Macros

#define CHIP_REVISION   2
 

Functions

attr lola::vx::v2::attr ("__str__")
 
attr attr ("__str__") = parent->py::cpp_function(to_str, ism)
 
 lola::vx::v2::attr ("PadMux")
 

Variables

auto lola::vx::v2::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::v2::to_str = [](ReadoutChain::PadMux const& self) { std::stringstream ss; ss << self; return ss.str(); }
 

Macro Definition Documentation

◆ CHIP_REVISION

#define CHIP_REVISION   2

Definition at line 2 of file readout_chain.h.

Function Documentation

◆ attr()

attr attr ( "__str__"  ) = parent->py::cpp_function(to_str, ism)

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.