| 129 | } |
| 130 | |
| 131 | bool TSReader::capableToTransform(const std::string &msg, |
| 132 | const std::string &method) const { |
| 133 | const double freq = StringConverter::getDoubleParameter(msg, method, "freq="); |
| 134 | const input::InputSystem system = _transform.getTransformationSystemFor(freq); |
| 135 | return capableOf(system); |
| 136 | } |
| 137 | |
| 138 | void TSReader::monitorSignal(bool UNUSED(showStatus)) { |
| 139 | _deviceData.setMonitorData(FE_HAS_LOCK, 240, 15, 0, 0); |
nothing calls this directly
no test coverage detected