blood_leak.py

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'LDT-4874' into develop

  1. … 45 more files in changeset.
Changed handler debug to contain raw message and timestamp of recv

  1. … 48 more files in changeset.
Merge branch 'LDT-4874' into develop

  1. … 45 more files in changeset.
LDT-4874: updates to timing for handlers

  1. … 25 more files in changeset.
LEAHI-DIALIN-LDT-4874_Invalid values interrupt script
LEAHI-DIALIN-LDT-4874_Invalid values interrupt script
Merge branch 'LDT-4721-extra_param' into develop

  1. … 16 more files in changeset.
fixes

  1. … 6 more files in changeset.
LEAHI-DIALIN-LDT-4721_Add extra parameter to start pregen request
LEAHI-DIALIN-LDT-4721_Add extra parameter to start pregen request
Merge branch 'LDT-3904-opmode-the-operation-mode-broad' into develop

  1. … 68 more files in changeset.
references to Denali has been removed

references to Denali has been removed

Removed Denali reference

  1. … 75 more files in changeset.
Shouldn't we use Leahi instead of Denali?

Shouldn't we use Leahi instead of Denali?

- Updated DD and TD module - Updaterd TDValvePosition enum

  1. … 54 more files in changeset.
LEAHI-DIALIN-LDT-3904_[OpMode] The operation mode broadcasts does not return the 3rd and 4th level modes
LEAHI-DIALIN-LDT-3904_[OpMode] The operation mode broadcasts does not return the 3rd and 4th level modes
- Handler and import refactoring of DD module

  1. … 45 more files in changeset.
removed

removed

Remove this extra line

Remove this extra line

- Moved enum def class to proxy file - Added comments to module files - Removed test config TEST_CONFIG_DD_DRY_BICART_TEST

  1. … 60 more files in changeset.
LEAHI-DIALIN-LDT-3557_[Documantation][Enhancement] Add documentation header to dialin variables
LEAHI-DIALIN-LDT-3557_[Documantation][Enhancement] Add documentation header to dialin variables
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.