FACT++  1.0
void FactGui::on_fPixelDisableOthers_clicked ( )
inlineprivatevirtual

Implements MainWindow.

Definition at line 3489 of file FactGui.h.

References PixelMapEntry::hw(), PixelMap::index(), and Dim::SendCommand().

3490  {
3491  const PixelMapEntry &entry = fPixelMap.index(fPixelIdx->value());
3492  Dim::SendCommand("FTM_CONTROL/DISABLE_ALL_PIXELS_EXCEPT", uint16_t(entry.hw()));
3493  }
bool SendCommand(const std::string &command)
Definition: Dim.h:26
PixelMap fPixelMap
Definition: FactGui.h:73
const PixelMapEntry & index(int idx) const
Definition: PixelMap.h:107
int hw() const
Definition: PixelMap.h:39

+ Here is the call graph for this function: