SystemCommMessages.c

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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 );

Fixed. Thanks!

Fixed. Thanks!

Function name is misleading. Sounds like Dialin is sending us new parameters, but it is only requesting current params be sent. I would change to something like testSendCurrentTreatmentParameters().

Function name is misleading. Sounds like Dialin is sending us new parameters, but it is only requesting current params be sent. I would change to something like testSendCurrentTreatmentParameters().

Check that Dialin has logged in before acting on a Dialin request (TRUE == isTestingActivated()).

Check that Dialin has logged in before acting on a Dialin request (TRUE == isTestingActivated()).

Add a blank line between declarations and code.

Add a blank line between declarations and code.

Check editor settings. Tabs should be set to 4 spaces.

Check editor settings. Tabs should be set to 4 spaces.

Remove blank lines.

Remove blank lines.

Remove blank line.

Remove blank line.

Remove blank line.

Remove blank line.

I believe this was caused from us branching out of master to have develop & staging branches for common. I will review this as this was not expected.

I believe this was caused from us branching out of master to have develop & staging branches for common. I will review this as this was not expected.

Add one more blank line here.

Add one more blank line here.

Remove extra blank lines.

Remove extra blank lines.

Remove extra blank line.

Remove extra blank line.

Why does it look like you added this table when I know it was there before?

Why does it look like you added this table when I know it was there before?

I see why you did this - make sure alarm list script(s) by Dara are updated accordingly.

I see why you did this - make sure alarm list script(s) by Dara are updated accordingly.

Why deleted?

Why deleted?

HD-DEN-11980_SW Dev Sprint 64
HD-DEN-11980_SW Dev Sprint 64
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.