Move BasebandProcessor message.push() from dedicated methods to existing lambdas.

This commit is contained in:
Jared Boone 2015-12-10 12:04:43 -08:00
parent 98abc4bba8
commit 14f24d8584
2 changed files with 7 additions and 17 deletions

View file

@ -64,10 +64,8 @@ private:
ChannelStatsCollector channel_stats;
AudioStatsCollector audio_stats;
void post_channel_stats_message(const ChannelStatistics& statistics);
void post_channel_spectrum_message(const buffer_c16_t& data);
void feed_audio_stats(const buffer_s16_t& audio);
void post_audio_stats_message(const AudioStatistics& statistics);
};
#endif/*__BASEBAND_PROCESSOR_H__*/