mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-27 04:24:12 -04:00
10d9d503c7
Initialize previously unset FFTMeasurement members with defined default values so newly constructed measurement objects start in a known state. Although these fields are populated during normal measurement processing, constructors should establish a complete and deterministic object state rather than leaving scalar members with indeterminate values. This also makes the class safer if the initialization sequence changes in the future. This fixes a Coverity UNINIT_CTOR warning caused by uninitialized scalar members in the constructor. Signed-off-by: Robin Getz <rgetz503@gmail.com>