Skip to content

[Pitot] Possibility of usage of uninitialized values

When using the Pitot class, the reference temperature could be used uninitialized inside "sampleImpl" since we could forget using "setReferenceValues". Suggested to pass in the constructor the initial reference values.