| 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 |
no test coverage detected