dgfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-5980 disabled some functions for testing

Merge branch 'DEN-6200-hd-disposable-priming-dialyzer-side' into staging

DEN-5963 added a few lines to stop the drain pump if RPM is 0

    • -6
    • +11
    /firmware/App/Controllers/DrainPump.c
    • -3
    • +3
    /firmware/App/Controllers/Thermistors.c
DEN-5980 started adding the structs to NVDatMgmt and modified VectorCAST's configuation file to use GNU compiler template

    • -2
    • +2
    /firmware/App/Controllers/Thermistors.c
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Reverted the deletion.

Reverted the deletion.

Reverted the deletion.

Reverted the deletion.

DEN-6200: Revert heater module changes

    • -6
    • +44
    /firmware/App/Controllers/Heaters.c
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.

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.

DEN-6200: Added target temperature to trimmer heater command

    • -43
    • +47
    /firmware/App/Controllers/Heaters.c
    • -3
    • +21
    /firmware/App/Controllers/Heaters.h
    • -7
    • +0
    /firmware/App/Services/MessagePayloads.h
    • -50
    • +0
    /firmware/App/Services/Reservoirs.c
Maybe new reason like dialysate temperature not set?

Maybe new reason like dialysate temperature not set?

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

DEN-6200: Fixed doxygen comment

Added command id to command response.

Added command id to command response.

DEN-6200: Added command id to DG command response

    • -39
    • +59
    /firmware/App/Services/Reservoirs.c
    • -1
    • +11
    /firmware/App/Services/Reservoirs.h
The dialysate temperature HD sent to DG as another message.

The dialysate temperature HD sent to DG as another message.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

If we are using a single message to respond to multiple commands, should we include a parameter indicating which command we are responding to?

If we are using a single message to respond to multiple commands, should we include a parameter indicating which command we are responding to?

What parameter is invalid?

What parameter is invalid?

DEN-6200: Return command request reject reason

    • -53
    • +96
    /firmware/App/Services/Reservoirs.c
Combined getAlarmId and isAlarmActive functions.

Combined getAlarmId and isAlarmActive functions.

DEN-6200: Combined getAlarmActive and isAlarmActive