Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14561 - returned useLastTrimmerHeaterDC logic

Returned logic for trimmer heater

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

Merge branch 'DEN-14589-DIAL-211' into develop

DEN-14699: HD RTC control register 3 override message infrastructure

DEN-14651 - Trial simplification of complete state

corrected fillComplete timing, removed TrimmerHeater control change (toggled off/on again over 50ms)

DEN-14561 Reservoir switching corrected in all modes

An incorrect reservoir reference was shorting R2 one flush cycle.

DEN-14561 Wider wet selftest tolerance. Fix reservoir switch. Fix alarm value for venous pressure.

Misalignment of terminology. I treated a reservoir "flush" as a fill/drain cycle, ending with the reservoir empty. "flushComplete" had been set accordingly. Test removed.

Misalignment of terminology. I treated a reservoir "flush" as a fill/drain cycle, ending with the reservoir empty. "flushComplete" had been set accordingly. Test removed.

DEN-14699: HD RTC status override message infrastructure.

DEN-14561 - Corrected flush flag state

flush flag expected to be true at the beginning of the fill cycle, with priming disabled. Flush should be true at the end of drain.

DEN-14589: fixed compiler warnings regarding send event

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

DEN-14561 - Final flush correction

Flush complete check removed from drain state.

HD-DEN-14547_Incorrect DG Event
HD-DEN-14547_Incorrect DG Event
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Done. We will want to verify that we don't disable all of the resume fill calls.

Done. We will want to verify that we don't disable all of the resume fill calls.

Done.

Done.

DEN-14547: fixed HD sub mode changes to no longer be redundant. removed static variable for priorsubmode.

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

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

DEN-14561 Reservoir fill selection

Returning switched reservoir selection to orignal pattern.

DEN-14561 Updated reservoir switching

Moved active reservoir marker into local states, reinserted the MGMT complete state change and the SW_CONFIG test volumes

DEN-14561: fixes to pre-tx fill cycles.

What does flush complete have to do with draining here?

What does flush complete have to do with draining here?

We don't want to signal here if we don't have an air pump.

We don't want to signal here if we don't have an air pump.

Done.

Done.

Seems like this flush tracking logic should be done in fill complete state (after fill, not before).

Seems like this flush tracking logic should be done in fill complete state (after fill, not before).

Add blank line between declaration and code.

Add blank line between declaration and code.

Another way to handle making sure we get past s.t. dry state is to not set startNormalFill on res until op mode state machine gets to s.t. dry state. Then don't need to change this if to consider p...

Another way to handle making sure we get past s.t. dry state is to not set startNormalFill on res until op mode state machine gets to s.t. dry state. Then don't need to change this if to consider pre-tx state.