Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-13598: Add code for RAM error and FPGA clcok speed.

Probably a good idea for consistency, but not necessary. Where we need to add the 'F' suffix to floating point literals is when the literal will not be typed. Here, we are assigning 0.0 to an F32 t...

Probably a good idea for consistency, but not necessary. Where we need to add the 'F' suffix to floating point literals is when the literal will not be typed. Here, we are assigning 0.0 to an F32 typed variable so it will be typed properly. A #define may or may not be typed depending on how it's used. If it's used in a mathematical expression, the compiler will make it max precision (double) if we don't explicitly add the 'F' suffix and that can cause some problems with the precision in the math.

Remove blank line.

Remove blank line.

DEN-13598 updated the code

DEN-13834 updated the getValveState function to return the state of the valve in enum. Updated the treatment blocking data to be written to NV data. Updated the FlowSensors driver and renamed the dialysate flow messages to flow sensors messages

DEN-13598: Updates to FPGA clock speed check.

DEN-13768 Feature complete changes to CoolDownHeater and CoolDownROFilter to imporve cool down time.

DEN-13768 DEN-13892 Start helper functions

DEN-13768 DEN-13892 Correct logic in getHeatDisinfectStatus.

DEN-13768 DEN-13892 Correct logic in getHeatDisinfectStatus.

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

Bamboo Commit: Updated DGCommon.h with build versions from Bamboo

Merge branch 'DEN-13801-sw_dev-sprint-79_mg' into develop

DEN-13801: Updated testopmode doc string to reflect updated inputs/outputs.

RESOLVED IN CODE WALKTRHOUGH

RESOLVED IN CODE WALKTRHOUGH

Use 0.0F

Use 0.0F

Sensor misspelled (Sesnor). Change name to execFlowSensorMonitor.

Sensor misspelled (Sesnor). Change name to execFlowSensorMonitor.

DEN-13460 added PiSquare VectorCAST

This block of code is being flagged as a change into my branch but it is not reflected on either commit listed above. Header will be updated in DEN-13801 branch.

This block of code is being flagged as a change into my branch but it is not reflected on either commit listed above. Header will be updated in DEN-13801 branch.

DEN-13598 updated the code

Header needs to be updated

Header needs to be updated

DEN-13598 updated the code with the RAM alarms