AlarmDefs.h

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'LDT-5214-fw-dialin-new-override-for-air-' into develop

  1. … 1 more file in changeset.
LDT-4719 merged latest staging and resolved merge conflicts

break this line

break this line

add an empty else block after the last else if block in these functions handlePreTxHeparinPreloadState handlePreTxHeparinAwaitSyringeLoadConfirmationState handlePreTxHeparinSeekState handlePreTxHep...

add an empty else block after the last else if block in these functions
handlePreTxHeparinPreloadState
handlePreTxHeparinAwaitSyringeLoadConfirmationState
handlePreTxHeparinSeekState
handlePreTxHeparinPrimeState
handlePreTxHeparinBolusState

break this line

break this line

Updated as suggested by removing the unnecessary else block and reject command. Retested the power-off confirmation and shutdown flow successfully.

Updated as suggested by removing the unnecessary else block and reject command. Retested the power-off confirmation and shutdown flow successfully.

Updated to remove the return from the middle of the function. The function now sets newID and returns only once at the end. Retested successfully.

Updated to remove the return from the middle of the function. The function now sets newID and returns only once at the end. Retested successfully.

Merge branch 'LDT-3992-disposable-tube-set-auto-priming' into develop

LDT-3992: Resolved merge conflicts

LDT-3992: Merge latest staging into LDT-3992 & reolved merge conflicts

Add initialization for heparinSetupResumeRequested and syringeLoadConfirmed

Add initialization for heparinSetupResumeRequested and syringeLoadConfirmed

Align all the function comments

Align all the function comments

Resolved merge conflicts

  1. … 2 more files in changeset.
LDT-3992: Add alarms, defs, msg ids realted to priming

  1. … 3 more files in changeset.
Delete this row.

Delete this row.

Merge branch 'LDT-4149-pinch-valves-fw-implementation' into develop

LDT:4029- merge latest staging

LDT-3735: Pulled staging

  1. … 1 more file in changeset.
Added but crucible is not showing this change. Please check bitbucket.

Added but crucible is not showing this change. Please check bitbucket.

These variables are correctly initialized to the first enum in the list.

These variables are correctly initialized to the first enum in the list.

Not needed because the retry mechanism is going to be deleted in the next ticket.

Not needed because the retry mechanism is going to be deleted in the next ticket.

I would rather keep it. Anyways, we need an else block after else if, as per MISRA guidelines.

I would rather keep it. Anyways, we need an else block after else if, as per MISRA guidelines.

I would rather keep it. Anyways, we need an else block after else if, as per MISRA guidelines.

I would rather keep it. Anyways, we need an else block after else if, as per MISRA guidelines.

Not needed because the retry mechanism is going to be deleted in the next ticket.

Not needed because the retry mechanism is going to be deleted in the next ticket.

LDT-5157: Added alarm ids for instit basic, advanced and additional

Should this be the "Load Syringe" alarm that you just added?

Should this be the "Load Syringe" alarm that you just added?

LDT-4063: Resolved conflicts

  1. … 2 more files in changeset.
LDT:4072 - Resolved conflicts

  1. … 1 more file in changeset.
Can't return in middle of function code.

Can't return in middle of function code.