Expose capture state to the UI.

This commit is contained in:
Jared Boone 2016-04-27 12:06:47 -07:00
parent a72a3489cf
commit 6ee886b90e

View File

@ -94,6 +94,10 @@ public:
}
}
const CaptureConfig& state() const {
return config;
}
static void check_fifo_isr() {
// TODO: Prevent over-signalling by transmitting a set of
// flags from the baseband core.