MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / capableToTransform

Method capableToTransform

src/input/childpipe/TSReader.cpp:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected