td-firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'LDT-5356-td-h4-blood-pump-takes-time-1s' into develop

Added new payload on Blood Flow

Shouldn't this be in ModePostTreatment?

Shouldn't this be in ModePostTreatment?

void cmdStartDDDisinfection( DD_COMMAND_T disCmdType )

void cmdStartDDDisinfection( DD_COMMAND_T disCmdType )

Update this to work for all standby states w/ switch statement on given "new" state.

Update this to work for all standby states w/ switch statement on given "new" state.

Why zeroes? Why not send TD version constants?

Why zeroes? Why not send TD version constants?

LEAHI-TD-FIRMWARE-LDT-5364_(DD) The bicarb and acid closed loop control update rate is slow for Qd less than 100 mL/min
LEAHI-TD-FIRMWARE-LDT-5364_(DD) The bicarb and acid closed loop control update rate is slow for Qd less than 100 mL/min
Add parameter (disinfection cmd enum from DDDefs.h). Then only need one signal function for all disinfection types.

Add parameter (disinfection cmd enum from DDDefs.h). Then only need one signal function for all disinfection types.

change enum name too. need 1 alarm for each disinfection type.

change enum name too. need 1 alarm for each disinfection type.

LDT-4029:Addressed review comments

    • -2
    • +4
    /firmware/App/Modes/StatePreTxHeparinSetup.c
Just do one dd disinfect request msg with a command ID payload (from enum in DDDefs.h).

Just do one dd disinfect request msg with a command ID payload (from enum in DDDefs.h).

Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

Merge branch 'LDT-5364-td-uf-update' into develop

    • -2
    • +17
    /firmware/App/Modes/StateTxDialysis.c
LDT-5364 uf progress update

    • -2
    • +17
    /firmware/App/Modes/StateTxDialysis.c
Missing some disinfects.

Missing some disinfects.

Move up after HCOL

Move up after HCOL

Add to inputs : heparinSetupResumeRequested

Add to inputs : heparinSetupResumeRequested

Add @alarm

Add @alarm

Add to inputs : interruptedPreTxHeparinSetupState

Add to inputs : interruptedPreTxHeparinSetupState

LDT-4049:Added msg handlers for DD disinfection state

    • -0
    • +194
    /firmware/App/Modes/ModeStandby.c
    • -1
    • +21
    /firmware/App/Services/DDInterface.c
LDT-4029:Merge latest staging

    • -2
    • +2
    /firmware/App/Controllers/SyringePump.h
    • -21
    • +182
    /firmware/App/Modes/ModePreTreat.c
    • -1
    • +1
    /firmware/App/Modes/StatePreTxHeparinSetup.c
    • -4
    • +49
    /firmware/App/Services/AlarmMgmtTD.c
Add ons

    • -31
    • +59
    /firmware/App/Modes/ModeStandby.c
Remove blank line.

Remove blank line.

Still there.

Still there.

Remove if not needed.

Remove if not needed.

Why commented out? If not needed, delete.

Why commented out? If not needed, delete.

Use if/else or ternary to set result to TRUE or FALSE explicitly.

Use if/else or ternary to set result to TRUE or FALSE explicitly.

Added handlers for the states

    • -25
    • +84
    /firmware/App/Modes/ModePostTreat.c
    • -21
    • +123
    /firmware/App/Services/Messaging.c
Remove extra blank line.

Remove extra blank line.