Modes

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-16446 addressed the code review comment

This code is the theoretical code for treatment recovery. At the moment this code is not reachable neither in the firmware or VectorCAST.

This code is the theoretical code for treatment recovery. At the moment this code is not reachable neither in the firmware or VectorCAST.

This default is in an if statement to make sure we are less than NUM_OF_VALVES so the default cannot be reached in VectorCAST. But we keep the default in the code in case there was a memory stomp o...

This default is in an if statement to make sure we are less than NUM_OF_VALVES so the default cannot be reached in VectorCAST. But we keep the default in the code in case there was a memory stomp or other anomalies.

Our coding standard encourages always including default as the last clause, even if it is empty. (following misra 16.5). I would suggest using the ifdef within the body of the default clause, even ...

Our coding standard encourages always including default as the last clause, even if it is empty. (following misra 16.5).
I would suggest using the ifdef within the body of the default clause, even with the statement duplicated, or adding an else clause to the ifndef with a second, empty default.

DEN-16446 updated the code for VectorCAST

What's left? When would this code ever become reachable?

What's left? When would this code ever become reachable?

DEN-16446 updated the code and VectorCAST test cases

The default case should probably be present, whether or not VECTORCAST is defined. I suggest bringing the ifdef in, to eliminate only the "name =" line (479).

The default case should probably be present, whether or not VECTORCAST is defined. I suggest bringing the ifdef in, to eliminate only the "name =" line (479).

DEN-16446 updated the code based on the VectorCAST tests

DEN-16446 updated the code and the VectorCAST test cases

DEN-15791: Doxygen comment fixes.

  1. … 2 more files in changeset.
DEN-16446 added string.h for memset

Merge branch 'staging' into DEN-16446-dg-dev-test-clean-up

Merged staging

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

Merge branch 'staging' into DEN-16382-alarm-207-dg-flow-meter-check-failure-triggers-after-alarm-282-bicarbonate-volume

DEN-16446 updated the code for VectorCAST

  1. … 1 more file in changeset.
DG-DEN-16446_DG Dev Test Clean UP
DG-DEN-16446_DG Dev Test Clean UP
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

Merge branch 'DEN-16382-alarm-207-dg-flow-meter-check-failure-triggers-after-alarm-282-bicarbonate-volume' into develop

DEN-16382 updated the code to eliminate the extra fill command after the empty bottles alarm

Merge branch 'DEN-16314-alarm-206-triggers-after-resuming-from-incoming-water-conductivity-high-or-low-2' into develop

DEN-16314 added code in the fill mode to set the start fill time if it was 0 even if the previous state in the fill mode was pause