Index: FPDefs.h =================================================================== diff -u -rcb91895532f77164daecf4df7f703372067eb644 -rdebe18d205e97c8390d387479f8d3f0cbdff63d1 --- FPDefs.h (.../FPDefs.h) (revision cb91895532f77164daecf4df7f703372067eb644) +++ FPDefs.h (.../FPDefs.h) (revision debe18d205e97c8390d387479f8d3f0cbdff63d1) @@ -1,6 +1,6 @@ /************************************************************************** * -* Copyright (c) 2025-2025 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. @@ -136,8 +136,8 @@ /// Enumeration of Defeatured Pre Gen Permeate mode states. enum FP_Pre_GenP_Def_Mode_States { - FP_PRE_GENP_DEF_FLUSH = 0, ///< Pre Gen Permeate Defeatured Flush state - FP_PRE_GENP_DEF_INLET_WATER_CHECK, ///< Pre Gen Permeate Defeatured Inlet Water Check state + FP_PRE_GENP_DEF_INLET_PRESSURE_CHECK = 0, ///< Pre Gen Permeate Inlet Pressure Check state + FP_PRE_GENP_DEF_FLUSH, ///< Pre Gen Permeate Defeatured Flush state FP_PRE_GENP_DEF_PAUSED, ///< Defeatured Pre Gen Permeate Paused state NUM_OF_FP_PRE_GENP_DEF_MODE_STATES ///< Number of Defeatured Pre Gen Permeate states }; @@ -191,6 +191,16 @@ }; typedef enum FP_Filter_Flush_States FP_FILTER_FLUSH_STATE_T; ///< Type for FP Filter Flush states enumeration +/// Enumeration of Filter Flush states for RO defeatured. +enum FP_Filter_Flush_Def_States +{ + FILTER_FLUSH_DEF_DYNAMIC_PRESSURE_CHECK = 0, ///< Filter Flush in dynamic pressure state + FILTER_FLUSH_DEF_STATIC_PRESSURE_CHECK, ///< Filter flush in sttaic pressure check + FILTER_FLUSH_DEF_PAUSED, ///< Filter Flush paused state + NUM_OF_FILTER_FLUSH_DEF_STATES ///< Number of filter flush states +}; +typedef enum FP_Filter_Flush_Def_States FP_FILTER_FLUSH_DEF_STATE_T; ///< Type for FP Filter Flush states enumeration + /**@}*/ /**