mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-23 08:09:58 -05:00
Added missing initialisations
This commit is contained in:
parent
19ebf14e8c
commit
ec520bf08c
@ -95,7 +95,7 @@ private:
|
|||||||
bool configured = false;
|
bool configured = false;
|
||||||
rx_states rx_state { WAITING };
|
rx_states rx_state { WAITING };
|
||||||
pocsag::BitRate bitrate { pocsag::BitRate::FSK1200 };
|
pocsag::BitRate bitrate { pocsag::BitRate::FSK1200 };
|
||||||
bool phase;
|
bool phase = false ;
|
||||||
uint32_t codeword_count { 0 };
|
uint32_t codeword_count { 0 };
|
||||||
pocsag::POCSAGPacket packet { };
|
pocsag::POCSAGPacket packet { };
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
BitRate bitrate_ { UNKNOWN };
|
BitRate bitrate_ { UNKNOWN };
|
||||||
PacketFlag flag_ { NORMAL };
|
PacketFlag flag_ { NORMAL };
|
||||||
std::array <uint32_t, 16> codewords;
|
std::array <uint32_t, 16> codewords { 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 };
|
||||||
Timestamp timestamp_ { };
|
Timestamp timestamp_ { };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user