Consolidate spectrum collector message handling.

This commit is contained in:
Jared Boone
2016-01-12 10:32:00 -08:00
parent a577bc9664
commit b993e3d73e
10 changed files with 37 additions and 62 deletions

View File

@@ -42,7 +42,6 @@ private:
std::array<complex16_t, 256> spectrum;
void streaming_config(const SpectrumStreamingConfigMessage& message);
size_t phase = 0;
};