StateTxPaused.c

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAHI-TD-FIRMWARE-LDT-2199_Beta 1.0 FW Integration - TD Implementation
LEAHI-TD-FIRMWARE-LDT-2199_Beta 1.0 FW Integration - TD Implementation
LEAHI-TD-FIRMWARE-LDT-2199_Beta 1.0 FW Integration - TD Implementation
LEAHI-TD-FIRMWARE-LDT-2199_Beta 1.0 FW Integration - TD Implementation
Done

Done

Done

Done

I don't think we need this.

I don't think we need this.

Status should only be TRUE if msg accepted and signal sent. Move into if statement above.

Status should only be TRUE if msg accepted and signal sent. Move into if statement above.

Done

Done

Remove blank line.

Remove blank line.

Done

Done

Done

Done

Done

Done

Done

Done

Done

Done

Use alarmStatus structure to check whether alarm resume is allowed. proprs only looks at the passed alarm.

Use alarmStatus structure to check whether alarm resume is allowed. proprs only looks at the passed alarm.

This should not be necessary. Already included by AlarmMgmt.h which includes TDCommon.h which includes Common.h which includes AlarmMgmtTD.h.

This should not be necessary. Already included by AlarmMgmt.h which includes TDCommon.h which includes Common.h which includes AlarmMgmtTD.h.

Dialysate temperature alarms should be TRUE for auto resume.

Dialysate temperature alarms should be TRUE for auto resume.

I made the state as non-terminal.

I made the state as non-terminal.

Done

Done

Done

Done

Done

Done

Should be TRUE since BP is running.

Should be TRUE since BP is running.

Is this intended to be a terminal state? If so, add comment here noting that. If not, we need a way to exit this state and recover (handling here should look a lot like start state handler where we...

Is this intended to be a terminal state? If so, add comment here noting that. If not, we need a way to exit this state and recover (handling here should look a lot like start state handler where we would act on a homing request which would take us to homing state).

Move this above switch statement.

Move this above switch statement.

I think we should only stop pump and go to abort state if an operation is in progress. Look at current state to see if we need to abort anything.

I think we should only stop pump and go to abort state if an operation is in progress. Look at current state to see if we need to abort anything.

Rename to "abortEjectorOperation".

Rename to "abortEjectorOperation".

Added an abort ejector request.

Added an abort ejector request.