leahi-common

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

updated to consider the build switch.

updated to consider the build switch.

yes. they are added.

yes. they are added.

fixed.

fixed.

fixed.

fixed.

removed.

removed.

correct. It has been updated to call around based the build switch

correct. It has been updated to call around based the build switch

removed from here.

removed from here.

teensy wants to parse commands with a , when it has parameters. Lots of string searching with length(), startsWith(), readStringUntil(), and indexOf(). We needed to keep it a char array sowe dont h...

teensy wants to parse commands with a , when it has parameters. Lots of string searching with length(), startsWith(), readStringUntil(), and indexOf(). We needed to keep it a char array sowe dont have to refactor the command handler in teensy.

see previous comment.

see previous comment.

see previous comment.

see previous comment.

Teensy will want to parse the commands as a string when it has >1 parameters in the command. Not every command has a parameter with it. it is copied over to condWriteCmdBuffer once we get the lengt...

Teensy will want to parse the commands as a string when it has >1 parameters in the command. Not every command has a parameter with it. it is copied over to condWriteCmdBuffer once we get the length from snprint()

fixed spelling

fixed spelling

fixed.

fixed.

fixed.

fixed.

coefficient data has been updated and commented.

coefficient data has been updated and commented.