Move BasebandConfiguration message handling into baseband thread.

This commit is contained in:
Jared Boone 2016-01-03 11:49:01 -08:00
parent fd612dc207
commit c9f9d97d07
3 changed files with 8 additions and 12 deletions

View file

@ -37,8 +37,6 @@ public:
Thread* start(const tprio_t priority);
void set_configuration(const BasebandConfiguration& new_configuration);
void on_message(const Message* const message);
void on_update_spectrum();
@ -61,6 +59,8 @@ private:
void disable();
void enable();
void set_configuration(const BasebandConfiguration& new_configuration);
};
#endif/*__BASEBAND_THREAD_H__*/