FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void FactGui::handleFadDac
(
const
DimData
&
d
)
inline
private
Definition at line
931
of file
FactGui.h
.
References
DimData::size()
.
Referenced by
infoHandler()
.
932
{
933
if
(!
CheckSize
(d, 8*42*
sizeof
(uint16_t)) && !d.
size
()==0)
934
return
;
935
936
handleDac
(fFadLedDac0, fFadDac0, d, 0);
937
handleDac
(fFadLedDac1, fFadDac1, d, 1);
938
handleDac
(fFadLedDac2, fFadDac2, d, 2);
939
handleDac
(fFadLedDac3, fFadDac3, d, 3);
940
handleDac
(fFadLedDac4, fFadDac4, d, 4);
941
handleDac
(fFadLedDac5, fFadDac5, d, 5);
942
handleDac
(fFadLedDac6, fFadDac6, d, 6);
943
handleDac
(fFadLedDac7, fFadDac7, d, 7);
944
}
FactGui::CheckSize
bool CheckSize(const DimData &d, size_t sz, bool print=true) const
Definition:
FactGui.h:639
FactGui::handleDac
void handleDac(QPushButton *led, QSpinBox *box, const DimData &d, int idx)
Definition:
FactGui.h:913
DimData::size
size_t size() const
Definition:
DimData.h:39
Here is the call graph for this function:
Here is the caller graph for this function:
FactGui
Generated on Sun Sep 18 2016 20:50:51 for FACT++ by
1.8.11