ModeStandby.h

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
RESOLVED in CODE WALKTHROUGH on behalf of Sean Nash

RESOLVED in CODE WALKTHROUGH on behalf of Sean Nash

HD-DEN-16680_P1B Inlet Water Shutdown During Heat Disinfect Staging
HD-DEN-16680_P1B Inlet Water Shutdown During Heat Disinfect Staging
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Done

Done

Remove extra blank line.

Remove extra blank line.

HD-DEN-17053_Release 17 Firmware Update
HD-DEN-17053_Release 17 Firmware Update
Done

Done

Param is wrong.

Param is wrong.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

This is just the active cool mode by itself.

This is just the active cool mode by itself.

We didn't have this before?

We didn't have this before?

HD-DEN-16773_Add Chemical Disinfect Enable Institutional Record 2
HD-DEN-16773_Add Chemical Disinfect Enable Institutional Record 2
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Done

Done

Done

Done

It's 1 line of code either way. Just on top or below in an else. Vectorcast will see as a branch you need to test either way. If you put it in an else, the processor does less work and I think it's...

It's 1 line of code either way. Just on top or below in an else. Vectorcast will see as a branch you need to test either way.
If you put it in an else, the processor does less work and I think it's a lot easier to read.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

I thought about having an else below but this way we write less code. I have done similar in the past.

I thought about having an else below but this way we write less code. I have done similar in the past.

Done

Done