Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAHI-DIALIN-LDT-3557_[Documantation][Enhancement] Add documentation header to dialin variables
LEAHI-DIALIN-LDT-3557_[Documantation][Enhancement] Add documentation header to dialin variables
LEAHI-DIALIN-LDT-1903_Air Trap Level Control - TD - 04: DEV - Feature Implementation
LEAHI-DIALIN-LDT-1903_Air Trap Level Control - TD - 04: DEV - Feature Implementation
Changed None to 0.0 to avoid issues in logging scripts

- Adding Variables to generated documentation

Renamed Air Pump power to Duty Cycle

  1. … 1 more file in changeset.
LEAHI-DIALIN-LDT-3554_[TD][Pressure] Data is not loading into Dialin
LEAHI-DIALIN-LDT-3554_[TD][Pressure] Data is not loading into Dialin
-Added 'nan' handling to td pressure broadcast handler - Fixed data assignment in same method

removed TMP filtered pressure override

LEAHI-DIALIN-LDT-1840_Transmembrane Pressure Dialin Updates
LEAHI-DIALIN-LDT-1840_Transmembrane Pressure Dialin Updates
Merge branch 'LDT-3215-h12_rpm' into staging

LEAHI-DIALIN-LDT-3215_Measured venous pressure decreases to atmosphere if H12 air pump is dead headed
LEAHI-DIALIN-LDT-3215_Measured venous pressure decreases to atmosphere if H12 air pump is dead headed
Added RPM to H12 air pump

  1. … 1 more file in changeset.
LDT-2316 fixed code review comments

Done.

Done.

LDT-2316 addressed review comments

Can we make 255 a constant with a name like MAX_AIR_PUMP_POWER_LEVEL to make it clear what we're doing here?

Can we make 255 a constant with a name like MAX_AIR_PUMP_POWER_LEVEL to make it clear what we're doing here?

We agreed to change back the enums into the static variation. Why would that cover a class that has been implemented to mask the enums from direct access, so if they need to be changed to dynamic o...

We agreed to change back the enums into the static variation.
Why would that cover a class that has been implemented to mask the enums from direct access, so if they need to be changed to dynamic or renamed or anything, the other repositories that are using them through this class won't be affected or need any update.