| 11 | #include "FftWindowChoiceAdapter.h" |
| 12 | |
| 13 | FftWindowChoiceAdapter::FftWindowChoiceAdapter() |
| 14 | : m_shouldChangeFftWindow(false), |
| 15 | m_currentWindow(FftWindowType::HANN), |
| 16 | m_parameter(nullptr) |
| 17 | { |
| 18 | } |
| 19 | |
| 20 | FftWindowType FftWindowChoiceAdapter::fftWindow() |
| 21 | { |
nothing calls this directly
no outgoing calls
no test coverage detected