ModePreGenPermeate.c

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
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.

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();

Need to remove this handler

Need to remove this handler