Controllers

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAHI-TD-FIRMWARE-LDT-473_Treatment Parameters (Create Rx) - TD - 04: DEV - Feature Implementation
LEAHI-TD-FIRMWARE-LDT-473_Treatment Parameters (Create Rx) - TD - 04: DEV - Feature Implementation
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 12 more files in changeset.
Merge LDT-473-treatment-parameters-create-rx--

  1. … 12 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 83 more files in changeset.
LDT-3126-blood-prime-td

  1. … 2 more files in changeset.
Added

Added

Updated

Updated

Removed and updated

Removed and updated

Removed and updated

Removed and updated

Added

Added

Combine set/reset for the 2 override functions. And use the helper functions in TestSupport.h (like over override handling functions do). f32Override() for the prime volume override and u32Broadcas...

Combine set/reset for the 2 override functions. And use the helper functions in TestSupport.h (like over override handling functions do). f32Override() for the prime volume override and u32BroadcastIntervalOverride() for the broadcast interval override.

Remove "Set" from override function names. These 2 override functions should handle both set and reset (from msg payload).

Remove "Set" from override function names. These 2 override functions should handle both set and reset (from msg payload).

Remove reset override functions. Reset should be handled in the single (general) override command handler.

Remove reset override functions. Reset should be handled in the single (general) override command handler.

Just 2 messages here. See comment from MsgDefs.h.

Just 2 messages here. See comment from MsgDefs.h.

Only need 2 message IDs here. In Leahi, we don't have separate messages for set vs. reset. Both set and reset are handled in the same message.

Only need 2 message IDs here. In Leahi, we don't have separate messages for set vs. reset. Both set and reset are handled in the same message.

Removed

Removed

Added

Added

Updated

Updated

Updated

Updated

Changed

Changed

Added

Added

Updated

Updated

LDT-3126-blood-prime-td

  1. … 3 more files in changeset.
I believe this function only takes 1 param in Leahi.

I believe this function only takes 1 param in Leahi.

This unit does not compile w/o errors - always build and check for errors before committing/pushing changes. At least one issue is that we need to include Valve3Way.h and I suspect other includes a...

This unit does not compile w/o errors - always build and check for errors before committing/pushing changes. At least one issue is that we need to include Valve3Way.h and I suspect other includes are missing as well (check bottom of compiler warnings list).

Change BloodPrime to StateTxBloodPrime here too.

Change BloodPrime to StateTxBloodPrime here too.