ModePreTreat.c

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Make 2nd condition similar to 1st ( != TRUE ) so any value that is not 1 will take normal path. And should this be an OR (not AND)?

Make 2nd condition similar to 1st ( != TRUE ) so any value that is not 1 will take normal path. And should this be an OR (not AND)?

Blank line between declaration and code.

Blank line between declaration and code.

Blank line between declaration and code.

Blank line between declaration and code.

Blank line between declarations and code.

Blank line between declarations and code.

Add disinfectCancelReqID to header. Also argument stop.

Add disinfectCancelReqID to header. Also argument stop.

"bloodLeakPersitentCounter" should be bloodLeakPersistentCounter

"bloodLeakPersitentCounter" should be bloodLeakPersistentCounter

Add function header.

Add function header.

Add function header.

Add function header.

Add disinfectCancelReqID, currentStandbyState, currentDGCleaningMode

Add disinfectCancelReqID, currentStandbyState, currentDGCleaningMode

Isn't currentStandbyState an output?

Isn't currentStandbyState an output?

Add disinfectCancelReqID

Add disinfectCancelReqID

HD-DEN-15371_Usability Fluid Leaks From Dialysate Port Before Cartridge Installation Sequence
HD-DEN-15371_Usability Fluid Leaks From Dialysate Port Before Cartridge Installation Sequence
HD-DEN-15451_Dpi Pump Does Not Resume After Door Opened Alarm Cleared IN Pre TX
HD-DEN-15451_Dpi Pump Does Not Resume After Door Opened Alarm Cleared IN Pre TX
RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

Done.

Done.

Thanks, that works too. RESOLVED IN CODE WALKTHROUGH

Thanks, that works too.
RESOLVED IN CODE WALKTHROUGH

Add stabilizationStartTimeMs to header.

Add stabilizationStartTimeMs to header.

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

Can't keep in message x47 as f/w will not have calculated new min/max yet. I made it so message x9 will broadcast immediately after user changes pressure limit windows.

Can't keep in message x47 as f/w will not have calculated new min/max yet.
I made it so message x9 will broadcast immediately after user changes pressure limit windows.

Seems the only message which is providing the calculated A/V min/max is here in message 0x09. I think it was better to keep the min, max of the arterial and venous in the message 0x47 (A/V InTx adj...

Seems the only message which is providing the calculated A/V min/max is here in message 0x09.
I think it was better to keep the min, max of the arterial and venous in the message 0x47 (A/V InTx adj) to let UI immediately have the updated values,
instead of the x09 which is a broadcast and won't immediately send the updated/calculated min/max, and causes a short delay (depending on interval of the broadcast) to update the UI.
Or in both if the message 0x09 is getting continuously updated during treatment.

RESOLVED IN CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH.