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

Method capableToTransform

src/input/dvb/Frontend.cpp:277–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 }
276
277 bool Frontend::capableToTransform(const std::string &msg,
278 const std::string &method) const {
279 const double freq = StringConverter::getDoubleParameter(msg, method, "freq=");
280 const input::InputSystem system = _transform.getTransformationSystemFor(freq);
281 return capableOf(system);
282 }
283
284 void Frontend::monitorSignal(const bool showStatus) {
285#if SIMU

Callers 1

findClientIDForMethod · 0.45

Calls 1

Tested by

no test coverage detected