HD-DEN-11250

RESOLVED in CODE WALKTHROUGH

RESOLVED in CODE WALKTHROUGH

RESOLVED in CODE WALKTHROUGH

RESOLVED in CODE WALKTHROUGH

HD-DEN-11250_HD Syringe Pump Updates
HD-DEN-11250_HD Syringe Pump Updates
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Reinstalled the case statement back to where it was. case MSG_ID_HD_FAN_RPM_ALARM_START_TIME_OFFSET_OVERRIDE: handleTestFansRPMAlarmStartTimeOffsetOverrideRequest( message );

Reinstalled the case statement back to where it was.
case MSG_ID_HD_FAN_RPM_ALARM_START_TIME_OFFSET_OVERRIDE:
handleTestFansRPMAlarmStartTimeOffsetOverrideRequest( message );

Why deleted?

Why deleted?

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Updated other get functions to use common get override function. Added getS32, getU32, and getU08 override functions.

Updated other get functions to use common get override function.
Added getS32, getU32, and getU08 override functions.

Make a #define for bolus rate (40.0) and use here to initialize. Also initialize ovData field to the same #define.

Make a #define for bolus rate (40.0) and use here to initialize. Also initialize ovData field to the same #define.

Removed line heparinBolusTargetRate.data = heparinBolusTargetRate.ovInitData;

Removed line heparinBolusTargetRate.data = heparinBolusTargetRate.ovInitData;

Done.

Done.

Done.

Done.

Removed the line #include "reg_crc.h"

Removed the line #include "reg_crc.h"

Remove this line. This change was done in DEN-11750 branch.

Remove this line. This change was done in DEN-11750 branch.

Why are these here in Common.h? Move to sys_selftest.c in user defined section.

Why are these here in Common.h? Move to sys_selftest.c in user defined section.

Remove extra blank lines.

Remove extra blank lines.

Do not change data - should always be 40.0 as initialized.

Do not change data - should always be 40.0 as initialized.

Set ovData to ovInitData before zeroing it.

Set ovData to ovInitData before zeroing it.

Can we move this function up above with the other get functions? And update the other get functions to use the common get override value function like this one does.

Can we move this function up above with the other get functions? And update the other get functions to use the common get override value function like this one does.