Index: tools/Code_Report.csv =================================================================== diff -u -raa6b53fb674e6c2f90c57a12b54debb131541602 -r2087790ee2fac199e9a579c6c61cd8e13f8a74eb --- tools/Code_Report.csv (.../Code_Report.csv) (revision aa6b53fb674e6c2f90c57a12b54debb131541602) +++ tools/Code_Report.csv (.../Code_Report.csv) (revision 2087790ee2fac199e9a579c6c61cd8e13f8a74eb) @@ -62,14 +62,14 @@ ./dg/dialysate_generator.py, Function, cmd_block_dg_message_transmissions(self, msg1: int = 0, msg2: int = 0, msg3: int = 0, msg4: int = 0, ./dg/drain_pump.py, Function, cmd_drain_pump_set_outlet_target_flow_lpm(self, flow: float) -> int: ./dg/drain_pump.py, Function, cmd_drain_pump_set_rpm(self, rpm: int) -> int: -./dg/drain_pump.py, Function, cmd_drain_pump_measured_rpm_override(self, rpm: int, reset: int = NO_RESET) -> int: +./dg/drain_pump.py, Function, cmd_drain_pump_measured_rpm_override(self, sensor: int, rpm: int, reset: int = NO_RESET) -> int: ./dg/drain_pump.py, Function, cmd_drain_pump_data_broadcast_interval_override(self, ms: int, reset: int = NO_RESET) -> int: ./dg/drain_pump.py, Function, cmd_drain_pump_measured_current_amps_override(self, current: float, reset: int = NO_RESET) -> int: ./dg/drain_pump.py, Function, cmd_drain_pump_measured_direction_override(self, direction: int, reset: int = NO_RESET) -> int: ./dg/drain_pump.py, Function, get_target_drain_pump_rpm(self): ./dg/drain_pump.py, Function, get_dac_value(self): ./dg/drain_pump.py, Function, get_drain_pump_state(self): -./dg/drain_pump.py, Function, get_drain_pump_current_rpm(self): +./dg/drain_pump.py, Function, get_drain_pump_current_rpm(self, sensor: int): ./dg/events.py, Function, clear_dg_event_list(self): ./dg/events.py, Function, get_dg_events(self, event_id, number_of_events=1): ./dg/events.py, Function, get_dg_nth_event(self, event_id, event_number=0): @@ -1629,6 +1629,7 @@ common/dg_defs.py, Enum, DGStandByModeStates, DG_STANDBY_MODE_STATE_FLUSH_FILTER common/dg_defs.py, Enum, DGStandByModeStates, DG_STANDBY_MODE_STATE_FLUSH_FILTER_IDLE common/dg_defs.py, Enum, DGStandByModeStates, DG_STANDBY_MODE_STATE_SAMPLE_WATER +common/dg_defs.py, Enum, DGStandByModeStates, DG_STANDBY_MODE_STATE_PAUSE common/dg_defs.py, Enum, DGStandByModeStates, NUM_OF_DG_STANDBY_MODE_STATES common/dg_defs.py, Enum, DGGenIdleModeStates, DGGenIdleModeStates common/dg_defs.py, Enum, DGGenIdleModeStates, DG_GEN_IDLE_MODE_STATE_START @@ -2667,6 +2668,9 @@ dg/drain_pump.py, Enum, DrainPumpStates, DRAIN_PUMP_OFF_STATE dg/drain_pump.py, Enum, DrainPumpStates, DRAIN_PUMP_CONTROL_TO_TARGET_STATE dg/drain_pump.py, Enum, DrainPumpStates, DRAIN_PUMP_OPEN_LOOP_STATE +dg/drain_pump.py, Enum, DrainPumpRPMFeedBackSensors, DrainPumpRPMFeedBackSensors +dg/drain_pump.py, Enum, DrainPumpRPMFeedBackSensors, DRAIN_PUMP_HALL_SNSR_FB +dg/drain_pump.py, Enum, DrainPumpRPMFeedBackSensors, DRAIN_PUMP_MAXON_SNSR_FB dg/fans.py, Enum, DGFansNames, DGFansNames dg/fans.py, Enum, DGFansNames, FAN_INLET_1 dg/fans.py, Enum, DGFansNames, FAN_INLET_2 @@ -2873,6 +2877,7 @@ dg/voltages.py, Enum, DGMonitoredVoltages, MONITORED_LINE_FPGA_AUX_VCC_V dg/voltages.py, Enum, DGMonitoredVoltages, MONITORED_LINE_FPGA_VPVN_V dg/voltages.py, Enum, DGMonitoredVoltages, MONITORED_LINE_PS_GATE_DRIVER_V +dg/voltages.py, Enum, DGMonitoredVoltages, MONITORED_LINE_NON_ISOLATED_24_V_MAIN dg/voltages.py, Enum, DGMonitoredVoltages, MONITORED_LINE_24V_POWER_PRIM_HTR_V dg/voltages.py, Enum, DGMonitoredVoltages, MONITORED_LINE_24V_GND_MAIN_PRIM_HTR_V dg/voltages.py, Enum, DGMonitoredVoltages, MONITORED_LINE_24V_GND_SMALL_PRIM_HTR_V