Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
done changed it.

done changed it.

Looks the fields are empty and misaligned. fill as needed.

Looks the fields are empty and misaligned. fill as needed.

Remove extra blank line.

Remove extra blank line.

Should we create a structure for these moving average filters and make an array of them based on enum of temp sensors? It looks kind of messy having separate handling for each sensor - can we conso...

Should we create a structure for these moving average filters and make an array of them based on enum of temp sensors?
It looks kind of messy having separate handling for each sensor - can we consolidate some of this code?

Should we maybe just have a constant array of sample counts based on enum of temp sensors?

Should we maybe just have a constant array of sample counts based on enum of temp sensors?

Should min and max be properties of the controller instead of global (assumes all controllers will want same min/max)? Controller properties already include a min and max field - can we use those?

Should min and max be properties of the controller instead of global (assumes all controllers will want same min/max)?
Controller properties already include a min and max field - can we use those?

Remove blank line.

Remove blank line.

changed

changed

removed from everywhere

removed from everywhere

removed

removed

Result is a BOOL variable, use FALSE.

Result is a BOOL variable, use FALSE.

updated.

updated.

done.

done.

done

done

changed accordingly.

changed accordingly.

Fix getFreshDialPumpInitialRpm function name and brief inputs comment

I think the 2 initial rpm constants are inputs. The test config we would normally not include.

I think the 2 initial rpm constants are inputs. The test config we would normally not include.

I think the word "Initial" should be in the function name (i.e. getFreshDialPumpInitialRpm).

I think the word "Initial" should be in the function name (i.e. getFreshDialPumpInitialRpm).

Why did this move? It needs to be in the nth row of the table (n = enum #) so that the enum will index to it in this table.

Why did this move? It needs to be in the nth row of the table (n = enum #) so that the enum will index to it in this table.

align

align

align

align

please do not use complicated statement in if condition. take out this logic before if condition and use BOOL variable.

please do not use complicated statement in if condition. take out this logic before if condition and use BOOL variable.

comment should start with capital letter

comment should start with capital letter

I see the TODO in staging and also, I see it in my branch, but I don't see it on this review.

I see the TODO in staging and also, I see it in my branch, but I don't see it on this review.

done

done

added

added

declared a fill timeout alarm

declared a fill timeout alarm