########################################################################### # # Copyright (c) 2021-2024 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 fp_defs_proxy.py # # @author (last) Zoltan Miskolci # @date (last) 25-Feb-2026 # @author (original) Zoltan Miskolci # @date (original) 25-Feb-2026 # ############################################################################ from .fp_defs import * class FP_Defs(): FPOpModes = FPOpModes FPFaultStates = FPFaultStates FPServiceStates = FPServiceStates FPPostStates = FPPostStates FPStandbyStates = FPStandbyStates FPPreGenPermeateStates = FPPreGenPermeateStates FPPreGenPDefStates = FPPreGenPDefStates FPGenPermeateStates = FPGenPermeateStates FPGenPermeateDefStates = FPGenPermeateDefStates FPNotLegalStates = FPNotLegalStates FPEventList= FPEventList FPEventDataTypes= FPEventDataTypes FPBoostPumpNames = FPBoostPumpNames FPConductivitySensorNames = FPConductivitySensorNames FPRORejectionRatioNames = FPRORejectionRatioNames FPFlowSensorNames = FPFlowSensorNames FPFloaterLevelSensorNames = FPFloaterLevelSensorNames FPPressureSensorNames = FPPressureSensorNames FPROPumpNames = FPROPumpNames FPTemperatureSensorNames = FPTemperatureSensorNames FPValveNames = FPValveNames FPAllPumpNames = FPAllPumpNames FPFloaterLevels = FPFloaterLevels FPPumpAttributes = FPPumpAttributes FPValveStates = FPValveStates fp_enum_repository = FP_Defs()