Baseband: Pass unhandled messages to baseband thread, processor.

This commit is contained in:
Jared Boone 2016-01-02 22:59:31 -08:00
parent 07cd99d85d
commit fd612dc207
4 changed files with 10 additions and 2 deletions

View file

@ -39,6 +39,7 @@ public:
void set_configuration(const BasebandConfiguration& new_configuration);
void on_message(const Message* const message);
void on_update_spectrum();
// This getter should die, it's just here to leak information to code that