MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / stop

Method stop

sources/base/SystemWrapper.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void SystemWrapper::stop()
98{
99 if (_grabber != nullptr)
100 _grabber->stop();
101}
102
103void SystemWrapper::setSignalThreshold(double redSignalThreshold, double greenSignalThreshold, double blueSignalThreshold, int noSignalCounterThreshold)
104{

Callers 6

checkTimeoutMethod · 0.45
checkAuthBlockTimeoutMethod · 0.45
setUsbCaptureEnableMethod · 0.45
setSysCaptureEnableMethod · 0.45
setEnableMethod · 0.45
handleSettingsUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected