mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-27 22:05:33 -04:00
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>