Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-3103 addressed code review comments and changes

    • -27
    • +26
    ./Controllers/BalancingChamber.c
LDT-2004: fixes to v2 conductivity sensors during unit 5 bring up

I don't see a TODO. If we intend to uncomment this line out later, we should add a TODO comment to the right as a reminder. If we do not intend to uncomment this later, we should just delete it.

I don't see a TODO. If we intend to uncomment this line out later, we should add a TODO comment to the right as a reminder. If we do not intend to uncomment this later, we should just delete it.

Fix alignment of "=".

Fix alignment of "=".

Add a param line in this header.

Add a param line in this header.

Can we delete this commented out line?

Can we delete this commented out line?

Add a params line in function header.

Add a params line in function header.

Why did we change this spelling? Now it's wrong.

Why did we change this spelling? Now it's wrong.

Can we delete this commented out line?

Can we delete this commented out line?

Keep this blank line.

Keep this blank line.

Should be before ModeStandby.

Should be before ModeStandby.

I see we are doing this same logic in multiple places. Can we just have a function that returns the minimum speed for the given dialysate pump?

I see we are doing this same logic in multiple places. Can we just have a function that returns the minimum speed for the given dialysate pump?

Remove blank line.

Remove blank line.

Remove blank line.

Remove blank line.

Should assign a local variable to this equation and then return the variable. Can this equation result in a negative number? If so, we should handle that first before converting to unsigned int. Al...

Should assign a local variable to this equation and then return the variable.
Can this equation result in a negative number? If so, we should handle that first before converting to unsigned int.
Also, do we want to do any rounding when converting float to integer?

Remove extra blank line.

Remove extra blank line.

The TODO has already been mentioned in staging. They have it commented out for strike and hold behavior.

The TODO has already been mentioned in staging. They have it commented out for strike and hold behavior.

LDT-3603 addressed review comments and added missing code

    • -88
    • +103
    ./Modes/FPModes/FPOperationModes.c
    • -48
    • +55
    ./Modes/FPModes/ModeGenPermeate.c
    • -61
    • +67
    ./Modes/FPModes/ModePreGenPermeate.c
    • -51
    • +57
    ./Modes/FPModes/ModePreGenPermeateDefeatured.c
That's a question for me, will that be required? Fault has sub modes(3), Standby has 1 sub mode(I am adding code for this as this might be required) Init don't have any and service is not defined yet

That's a question for me, will that be required?

Fault has sub modes(3), Standby has 1 sub mode(I am adding code for this as this might be required)
Init don't have any and service is not defined yet

Updated

Updated

Updated

Updated

Changed and left them as static, as we don't need these outside this unit

Changed and left them as static, as we don't need these outside this unit

You are right, (missed that while duplicating the functions)

You are right, (missed that while duplicating the functions)

Bamboo Commit: Updated DDCommon.h with build versions from Bamboo.

Merge branch 'LDT-3103-implement-closed-loop-control-f' into develop

LDT-3103 fixed lower deadband issues with d48 speed

if ( TRUE == result )

if ( TRUE == result )

Since both states require no special handling, remove breaks and group with default - all modes.

Since both states require no special handling, remove breaks and group with default - all modes.

Remove comment.

Remove comment.

Add comment that all of these states require no special handling.

Add comment that all of these states require no special handling.