BloodFlow.c

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add a blank line between declarations and code.

Add a blank line between declarations and code.

Move details down to its own line.

Move details down to its own line.

Remove extra blank line.

Remove extra blank line.

Fix comment. Should say "in mL/min."

Fix comment. Should say "in mL/min."

Do we still need this?

Do we still need this?

LEAHI-TD-FIRMWARE-LDT-4505_(TD) H4 blood pump does not run in reverse
LEAHI-TD-FIRMWARE-LDT-4505_(TD) H4 blood pump does not run in reverse
Should this check be moved to the fluid bolus exec function?

Should this check be moved to the fluid bolus exec function?

where are we calling an alarm? i think we are only sending event change data in completeBolusToCumulative() right?

where are we calling an alarm?
i think we are only sending event change data in completeBolusToCumulative() right?

do we need this block?

do we need this block?

update the comment as required: ml or L?

update the comment as required: ml or L?

rejReason = INVALID REQUEST FORMAT

rejReason = INVALID REQUEST FORMAT

I think these remaining 4 else ifs need to have another && condition that your service is in idle state so that we don't change back into one of these 4 states while a bolus is in progress.

I think these remaining 4 else ifs need to have another && condition that your service is in idle state so that we don't change back into one of these 4 states while a bolus is in progress.

Can we restore the real code here yet? Ask Dara.

Can we restore the real code here yet? Ask Dara.

maybe use target rate for both.

maybe use target rate for both.

Use #define for array size.

Use #define for array size.

Make the 6 a #define

Make the 6 a #define

only 1 return statement

only 1 return statement

remove comma

remove comma

signal functions should return BOOL.

signal functions should return BOOL.

Move up with rest

Move up with rest

Move this function to your service.

Move this function to your service.

Not needed.

Not needed.