Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Return type F32.

Return type F32.

Alarm with F32.

Alarm with F32.

U08 to F32?

U08 to F32?

Power is F32?

Power is F32?

I guess power is F32, so size of ( F32 )?

I guess power is F32, so size of ( F32 )?

Just curious, during stall condition RPM completely turns down to zero or close to zero (positive integer)?

Just curious, during stall condition RPM completely turns down to zero or close to zero (positive integer)?

Use ternary operator to assign true or false.

Use ternary operator to assign true or false.

LEAHI-TD-FIRMWARE-LDT-3215_Measured venous pressure decreases to atmosphere if H12 air pump is dead headed
LEAHI-TD-FIRMWARE-LDT-3215_Measured venous pressure decreases to atmosphere if H12 air pump is dead headed
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 4 more files in changeset.
LDT-3215-measured-venous-pressure-decreases

  1. … 4 more files in changeset.
Updated

Updated

Added

Added

LDT-3215-measured-venous-pressure-decreases

If you change this line to "if ( ++airPumpStallCounter >= AIR_PUMP_STALL_PERSISTENCE )", you can remove the if statement above.

If you change this line to "if ( ++airPumpStallCounter >= AIR_PUMP_STALL_PERSISTENCE )", you can remove the if statement above.

I was thinking that comment should go above the first if statement.

I was thinking that comment should go above the first if statement.

Updated

Updated

LDT-3215-measured-venous-pressure-decreases

Define what 3 means (#define up top). If 3 means 3 x 50ms general task interval, define it as shown below: #define AIR_PUMP_STALL_PERSISTENCE ( 150 / TASK_GENERAL_INTERVAL ) ///< How long stall con...

Define what 3 means (#define up top). If 3 means 3 x 50ms general task interval, define it as shown below:
#define AIR_PUMP_STALL_PERSISTENCE ( 150 / TASK_GENERAL_INTERVAL ) ///< How long stall condition must persist before alarming.

OR use persistent alarm.

Added

Added

LDT-3215-measured-venous-pressure-decreases

Add a comment explaining what we're looking for here (i.e. we are commanding air pump to run but zero measured pump speed indicates it is not running).

Add a comment explaining what we're looking for here (i.e. we are commanding air pump to run but zero measured pump speed indicates it is not running).

Added

Added

LDT-3215-measured-venous-pressure-decreases

Should probably initialize your new stall counter variable.

Should probably initialize your new stall counter variable.

Sean Nash I need your help for writing this Alarm properties.

Sean Nash I need your help for writing this Alarm properties.

LDT-3215-measured-venous-pressure-decreases