FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void FactGui::on_fThresholdEnablePatch_clicked
(
)
inline
private
virtual
Implements
MainWindow
.
Definition at line
3505
of file
FactGui.h
.
References
Dim::SendCommand()
.
3506
{
3507
const
int16_t isw = fThresholdIdx->value();
3508
const
int16_t ihw = isw<0 ? -1 :
fPatchMapHW
[isw];
3509
if
(ihw<0)
3510
return
;
3511
3512
Dim::SendCommand
(
"FTM_CONTROL/ENABLE_PATCH"
, ihw);
3513
}
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