leahi-common

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-2998 merge latest into staging

for Teensy it is done at the driver as it is a part of the initialization sequence. See TEENSY_CMD_GET_EEPROM_DATA cmd.

for Teensy it is done at the driver as it is a part of the initialization sequence. See TEENSY_CMD_GET_EEPROM_DATA cmd.

Not at the moment. This feature isnt expected to on the V2's. The v2's arent going to have ALY_LINEAR as that is one specific to the teensy sensors.

Not at the moment. This feature isnt expected to on the V2's. The v2's arent going to have ALY_LINEAR as that is one specific to the teensy sensors.

LDT-2998 merge latest from staging

#ifdef TEENSY for these new functions.

#ifdef TEENSY for these new functions.

Only needed for TEENSY, right? So #ifdef should be applied.

Only needed for TEENSY, right? So #ifdef should be applied.

No model selection for V2 sensor?

No model selection for V2 sensor?

Teensy driver doesn't need overrides too?

Teensy driver doesn't need overrides too?

Probably shouldn't have "TEENSY" in the name. Non-teensy driver will probably need this too, so can be generic.

Probably shouldn't have "TEENSY" in the name. Non-teensy driver will probably need this too, so can be generic.

Is calibration going to be done here or at driver? I was expecting driver to calibrate since cal factors are coming from sensor.

Is calibration going to be done here or at driver? I was expecting driver to calibrate since cal factors are coming from sensor.

Remove blank line.

Remove blank line.

Should we have #ifdef here to determine which driver to initialize?

Should we have #ifdef here to determine which driver to initialize?

If we're not using filtered values, why filter them at all?

If we're not using filtered values, why filter them at all?

Add comments to right.

Add comments to right.

enum should have a /// comment on top.

enum should have a /// comment on top.

Shouldn't D27 temp be gotten from monitor (Temperature.c) instead of from conductivity drivers?

Shouldn't D27 temp be gotten from monitor (Temperature.c) instead of from conductivity drivers?

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

Merge LDT-473-treatment-parameters-create-rx--

Why are we making this change? It doesn't look correct to have a LongCount capped with a ShortCount and SIZE.

Why are we making this change? It doesn't look correct to have a LongCount capped with a ShortCount and SIZE.

Is there still a requirement to re-stabilize every 15 minutes (or some interval) in Leahi? It looks like Denali had such a requirement and it would jump back to STABILIZATION_2 state to do it. Sinc...

Is there still a requirement to re-stabilize every 15 minutes (or some interval) in Leahi? It looks like Denali had such a requirement and it would jump back to STABILIZATION_2 state to do it. Since we don't have a STABILIZATION_2 state, we would need to jump back to STABILIZATION state instead.

Fix indent on this case.

Fix indent on this case.

Why are we keeping any code where the STABILIZATION_2 state used to be? Shouldn't the entire case be deleted?

Why are we keeping any code where the STABILIZATION_2 state used to be? Shouldn't the entire case be deleted?

We need to set the current state to PRESSURE_LIMITS_STATE_STABLE here I think. Otherwise, how will we get to stable state?

We need to set the current state to PRESSURE_LIMITS_STATE_STABLE here I think. Otherwise, how will we get to stable state?

Can we do the separate outer bounds inside the setPressureLimitsToOuterBounds() function?

Can we do the separate outer bounds inside the setPressureLimitsToOuterBounds() function?

Why do I not see a similar variable for arterial and venous pressures?

Why do I not see a similar variable for arterial and venous pressures?

When comment is too far to right to align with other comments, use the following comment format: <blank line> /// comment... #define ... <blank line>

When comment is too far to right to align with other comments, use the following comment format:
<blank line>
/// comment...
#define ...
<blank line>

Missing comment to right

Missing comment to right

Does ModeTxParams.h exist? Didn't we change this to a service?

Does ModeTxParams.h exist? Didn't we change this to a service?

TxLog property should be TRUE. NoDRcr property is FALSE in arterial/venous alarms - is there a reason why TMP is different? Priority should be HIGH. Rank should be somewhere around 200 (see if PRS ...

TxLog property should be TRUE.
NoDRcr property is FALSE in arterial/venous alarms - is there a reason why TMP is different?
Priority should be HIGH.
Rank should be somewhere around 200 (see if PRS specifies or ask Eliza what it should be).

Add the word "pressure" after TMP in comments.

Add the word "pressure" after TMP in comments.