Index: firmware/App/Drivers/FlowSensor.h =================================================================== diff -u -r6545787080956983fed6bd9c2717938c202917ab -rbef932558c7e8e50ab60c5f8c0c1967b8d7d4ca4 --- firmware/App/Drivers/FlowSensor.h (.../FlowSensor.h) (revision 6545787080956983fed6bd9c2717938c202917ab) +++ firmware/App/Drivers/FlowSensor.h (.../FlowSensor.h) (revision bef932558c7e8e50ab60c5f8c0c1967b8d7d4ca4) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2025-2026 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file FlowSensor.h * -* @author (last) Sean Nash -* @date (last) 21-Nov-2024 +* @author (last) “rkallala” +* @date (last) 19-Jan-2026 * -* @author (original) Sean Nash -* @date (original) 21-Nov-2024 +* @author (original) Michael Garthwaite +* @date (original) 08-Sep-2025 * ***************************************************************************/ @@ -49,6 +49,7 @@ void readFlowSensors( void ); S32 getFlowRate( FLOW_SENSORS_T sensor ); F32 getFlowTemperature( FLOW_SENSORS_T sensor ); +F32 getFlowInternalTemperature( FLOW_SENSORS_T sensor ); BOOL testFlowSensorReadingsOverride( MESSAGE_T *message ); BOOL testFlowSensorTemperatureReadingsOverride( MESSAGE_T *message );