mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 01:59:13 -04:00
Move BasebandProcessor message.push() from dedicated methods to existing lambdas.
This commit is contained in:
parent
98abc4bba8
commit
14f24d8584
2 changed files with 7 additions and 17 deletions
|
@ -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__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue