InletPressureCheck.c

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
use the Rinse pump API to get the flow rate

use the Rinse pump API to get the flow rate

implement an API in RinsePump and call that API.

implement an API in RinsePump and call that API.

No need to initialize these to zero.

No need to initialize these to zero.

Something like this ( QUADRATIC_COEFFICIENT * ( pressureP13 * pressureP13 ) ) - ( LINEAR_COEFFICIENT * ( pressureP13 ) ) + CONSTANT_TERM;

Something like this
( QUADRATIC_COEFFICIENT * ( pressureP13 * pressureP13 ) ) - ( LINEAR_COEFFICIENT * ( pressureP13 ) ) + CONSTANT_TERM;

Remove extra blank line.

Remove extra blank line.

Remove extra blank line.

Remove extra blank line.

added

added

fixed it

fixed it

fixed it

fixed it

added

added

removed

removed

added comments

added comments

removed

removed

added

added

fixed it

fixed it

fixed it

fixed it

updated

updated

removed

removed

fixed it

fixed it

fixed it

fixed it

fixed it.

fixed it.

LDT-2185 -iofp alpha updates, incorporated review comments

  1. … 2 more files in changeset.
Add space before ).

Add space before ).

Add space between if and (.

Add space between if and (.

Be consistent on whether you have a blank line between break and next case.

Be consistent on whether you have a blank line between break and next case.

Keep blank line here.

Keep blank line here.

What are these coefficients for? At least describe in comments, if not the names.

What are these coefficients for? At least describe in comments, if not the names.

Remove extra blank line.

Remove extra blank line.

Add a 1 second persistence on this alarm

Add a 1 second persistence on this alarm

Handle transition here after changing the flush logic transitionToGenPermeateDefeaturedMode(); requestGenWaterDefStart();

Handle transition here after changing the flush logic

transitionToGenPermeateDefeaturedMode();
requestGenWaterDefStart();