td-firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-1886: Added BP rotate edge condition and made door close not required before ejector extend

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

LDT-4188 updated comments and added space at end of file

LDT-4188 added workaround for transition to treatment on TD

LDT-3970: Merged latest staging changes, resolved merge conflicts, and addressed comments for Treatment Duration and UF edit handling

    • -10
    • +45
    /firmware/App/Modes/ModeTreatment.c
    • -4
    • +17
    /firmware/App/Modes/ModeTreatment.h
    • -435
    • +801
    /firmware/App/Services/TxParams.c
    • -30
    • +37
    /firmware/App/Services/TxParams.h
LDt-4188 added alarmaction to pre treatment

LDT-3505: Removed syringe detection override functions

    • -43
    • +0
    /firmware/App/Controllers/SyringePump.c
    • -2
    • +0
    /firmware/App/Controllers/SyringePump.h
Remove start state.

Remove start state.

Updated

Updated

updated

updated

Yes, removed

Yes, removed

Removed

Removed

yes, removed

yes, removed

Changed

Changed

Removed

Removed

Removed

Removed

Removed

Removed

Added

Added

Added

Added

Updated

Updated

Updated

Updated

Added

Added

Updated

Updated

LDT-2240-disposable-tube-set-self-test

Updated

Updated

LDT-2240-disposable-tube-set-self-test

    • -117
    • +64
    /firmware/App/Services/DrySelfTests.c
Same comment as duration confirmation. compare uf rate too.

Same comment as duration confirmation. compare uf rate too.

Also check uf rate from confirmation message (request) is still the same as validated uf rate. WARNING - uf rate will be a float and we shouldn't use == operator on floats.

Also check uf rate from confirmation message (request) is still the same as validated uf rate.
WARNING - uf rate will be a float and we shouldn't use == operator on floats.

I think validated variable here should be L/Hr and assigned to response.ufRate so that when we get confirmation, we can compare rates with same units.

I think validated variable here should be L/Hr and assigned to response.ufRate so that when we get confirmation, we can compare rates with same units.