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

@@ -59,8 +59,6 @@ private:
bool configured { false };
void configure(const NBFMConfigureMessage& message);
void streaming_config(const SpectrumStreamingConfigMessage& message);
};
#endif/*__PROC_NFM_AUDIO_H__*/