AlarmDefs.h

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-6372: Added rinseback timeout alarm.

DEN-6372: Added new alarm for too long in treatment re-circ sub-mode.

DEN-6372: Added new stop alarm for after rinseback that will not escalate. Added blood prime treatment sub-mode.

  1. … 2 more files in changeset.
DEN-6372: Added enum for rinseback user actions.

  1. … 2 more files in changeset.
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Before, the HD sends target temperature using another message. So now we add the target temperature to this command, so DG can handle the full command.

Before, the HD sends target temperature using another message. So now we add the target temperature to this command, so DG can handle the full command.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

What made us change our mind and pass in set temperature command compared to before (just turning OFF and ON)?

What made us change our mind and pass in set temperature command compared to before (just turning OFF and ON)?

Added the switch statement. Added comment and TODO.

Added the switch statement.
Added comment and TODO.

Reverted the deletion.

Reverted the deletion.

Reverted the deletion.

Reverted the deletion.

Heat disinfect may need this function to set target temp to 85°C.

Heat disinfect may need this function to set target temp to 85°C.

How will DG control the trimmer heater (e.g. in heat disinfect mode) without this function? Trimmer heater not always started by HD command message.

How will DG control the trimmer heater (e.g. in heat disinfect mode) without this function? Trimmer heater not always started by HD command message.

Consider having a switch statement here for each reject reason code. Maybe we're only handling the invalid parameter reason for now, but we may change our minds later. You can group the rest of the...

Consider having a switch statement here for each reject reason code. Maybe we're only handling the invalid parameter reason for now, but we may change our minds later. You can group the rest of the reasons+default with just a comment that our state machines will detect and handle failure of DG to advance for now. This will make it clear that we didn't forget about the other cases.

Signals have been forwarded to appropriate sub-mode to handle.

Signals have been forwarded to appropriate sub-mode to handle.

DEN-5887: Added new alarms for load cell acceleration events.

Function has been moved to heater module. Target temperature has been added as part of the trimmer heater start command.

Function has been moved to heater module.
Target temperature has been added as part of the trimmer heater start command.

These states rely on valves setting change on the transition of the previous state. Therefore, we need to start from the beginning state.

These states rely on valves setting change on the transition of the previous state. Therefore, we need to start from the beginning state.

Maybe new reason like dialysate temperature not set?

Maybe new reason like dialysate temperature not set?

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Why are there several cases with same outcome in this function?

Why are there several cases with same outcome in this function?

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.