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