PresOccl.c

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
lowVenousPressureExemptCheck - flag initialized to TRUE in the Init routine. Whenever valve opens (fill), it resets the flag to "FALSE" ,the Exempt counter is not incremented. When valve closes, fl...

lowVenousPressureExemptCheck - flag initialized to TRUE in the Init routine. Whenever valve opens (fill), it resets the flag to "FALSE" ,the Exempt counter is not incremented. When valve closes, flag is set back to TRUE and Exempt counter being incremented.

lowVenousPressureExemptCheck - flag initialized to TRUE in the Init routine. Whenever valve opens (fill), it resets the flag to "FALSE" ,the Exempt counter is not incremented. When valve closes, fl...

lowVenousPressureExemptCheck - flag initialized to TRUE in the Init routine. Whenever valve opens (fill), it resets the flag to "FALSE" ,the Exempt counter is not incremented. When valve closes, flag is set back to TRUE and Exempt counter being incremented.

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.

I think this function should set the old reset flag to FALSE here. Function doesn't need a parameter because it is only called when valve closes which should always set reset flag to FALSE.

I think this function should set the old reset flag to FALSE here. Function doesn't need a parameter because it is only called when valve closes which should always set reset flag to FALSE.

I think reset flag should not be set here. Should be set by new function when valve is closed I think.

I think reset flag should not be set here. Should be set by new function when valve is closed I think.

Should also set new flag to FALSE here I think.

Should also set new flag to FALSE here I think.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Shouldn't this be set to TRUE?

Shouldn't this be set to TRUE?

Add space between if and (. Add to comment that low venous pressure must be exempt to increment counter.

Add space between if and (. Add to comment that low venous pressure must be exempt to increment counter.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done

Done

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

This effectively changes exemption start to time of valve open instead of close. We don't want to do that.

This effectively changes exemption start to time of valve open instead of close. We don't want to do that.

You already did this in prior state.

You already did this in prior state.

Add a comment here explaining that we don't need stage 2 stabilization for the regular 15 min adjustment.

Add a comment here explaining that we don't need stage 2 stabilization for the regular 15 min adjustment.

This should just be "else". Think about which of the 3 possibilities should be the else - maybe the normal period.

This should just be "else". Think about which of the 3 possibilities should be the else - maybe the normal period.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Maybe just name this stabilization 2.

Maybe just name this stabilization 2.

period should be plural in comment and enum names.

period should be plural in comment and enum names.

Maybe don't need this if we remove the switch statement.

Maybe don't need this if we remove the switch statement.

I think the idea was to have a shorter persistence for the high venous pressure only. Low venous pressure would stay at 1 second as before.

I think the idea was to have a shorter persistence for the high venous pressure only. Low venous pressure would stay at 1 second as before.