FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void FactGui::on_fThresholdVal_valueChanged
(
int
v
)
inline
private
virtual
Implements
MainWindow
.
Definition at line
3525
of file
FactGui.h
.
References
Dim::SendCommand()
.
3526
{
3527
fThresholdVolt->setValue(2500./4095*v);
3528
3529
const
int32_t isw = fThresholdIdx->value();
3530
const
int32_t ihw = isw<0 ? -1 :
fPatchMapHW
[isw];
3531
3532
const
int32_t d[2] = { ihw, v };
3533
3534
if
(!
fInHandler
)
3535
Dim::SendCommand
(
"FTM_CONTROL/SET_THRESHOLD"
, d);
3536
}
MainWindow::fInHandler
bool fInHandler
Definition:
MainWindow.h:26
Dim::SendCommand
bool SendCommand(const std::string &command)
Definition:
Dim.h:26
FactGui::fPatchMapHW
vector< int > fPatchMapHW
Definition:
FactGui.h:76
Here is the call graph for this function:
FactGui
Generated on Sun Sep 18 2016 20:50:51 for FACT++ by
1.8.11