ModeGenPermeate.c

Clone Tools
  • last updated a few minutes 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.

Merged latest staging into develop

  1. … 33 more files in changeset.
Merge branch 'LDT-2185-io-fp-water-treatment-and-degas' of bitbucket.org:diality-cloud/dd-firmware into LDT-2185-io-fp-water-treatment-and-degas

LDT-2185 moved tank full and fill timeout to Gen Permeate

  1. … 1 more file in changeset.
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 update incorporated review comments

  1. … 1 more file 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.