Add lots of value constructors.

This commit is contained in:
Jared Boone 2016-11-26 16:50:44 -08:00
parent cd31ae86d7
commit 4eb0facacb
54 changed files with 194 additions and 217 deletions

View file

@ -68,9 +68,9 @@ public:
private:
CaptureConfig* const config;
FIFO<StreamBuffer*>* fifo_buffers_for_baseband;
FIFO<StreamBuffer*>* fifo_buffers_for_application;
Thread* thread;
FIFO<StreamBuffer*>* fifo_buffers_for_baseband { nullptr };
FIFO<StreamBuffer*>* fifo_buffers_for_application { nullptr };
Thread* thread { nullptr };
static BufferExchange* obj;
void check_fifo_isr() {