hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Updated other get functions to use common get override function. Added getS32, getU32, and getU08 override functions.

Updated other get functions to use common get override function.
Added getS32, getU32, and getU08 override functions.

Make a #define for bolus rate (40.0) and use here to initialize. Also initialize ovData field to the same #define.

Make a #define for bolus rate (40.0) and use here to initialize. Also initialize ovData field to the same #define.

Removed line heparinBolusTargetRate.data = heparinBolusTargetRate.ovInitData;

Removed line heparinBolusTargetRate.data = heparinBolusTargetRate.ovInitData;

Done.

Done.

Done.

Done.

Removed the line #include "reg_crc.h"

Removed the line #include "reg_crc.h"

Remove this line. This change was done in DEN-11750 branch.

Remove this line. This change was done in DEN-11750 branch.

Why are these here in Common.h? Move to sys_selftest.c in user defined section.

Why are these here in Common.h? Move to sys_selftest.c in user defined section.

Remove extra blank lines.

Remove extra blank lines.

Do not change data - should always be 40.0 as initialized.

Do not change data - should always be 40.0 as initialized.

Set ovData to ovInitData before zeroing it.

Set ovData to ovInitData before zeroing it.

Can we move this function up above with the other get functions? And update the other get functions to use the common get override value function like this one does.

Can we move this function up above with the other get functions? And update the other get functions to use the common get override value function like this one does.

Done. Called checkForPrimeOcclusion(); with no parameters.

Done. Called checkForPrimeOcclusion(); with no parameters.

Line 489 F32 bolusVol = getTreatmentParameterF32() was moved. it is no longer here.

Line 489 F32 bolusVol = getTreatmentParameterF32() was moved. it is no longer here.

Updated handlePOSTStateStart( ) function with the handlePOSTStateStart( ) used in DEN-11750.

Updated handlePOSTStateStart( ) function with the handlePOSTStateStart( ) used in DEN-11750.

Changed function prototype from BOOL checkForPrimeOcclusion( BOOL stopPump ) to BOOL checkForPrimeOcclusion( void );

Changed function prototype from BOOL checkForPrimeOcclusion( BOOL stopPump ) to BOOL checkForPrimeOcclusion( void );

We don't need this here. startHeparinBolus() was moved to handleWetSeltTestStartState(void) function. F32 bolusVol = getTreatmentParameterF32( TREATMENT_PARAM_HEPARIN_BOLUS_VOLUME ); setDialInPum...

We don't need this here. startHeparinBolus() was moved to handleWetSeltTestStartState(void) function.

F32 bolusVol = getTreatmentParameterF32( TREATMENT_PARAM_HEPARIN_BOLUS_VOLUME );

setDialInPumpTargetFlowRate( DIP_FLOW_RATE_SETUP_ML_MIN, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_OPEN_LOOP );
fmdIntegratedVolume = 0.0;

if ( ( bolusVol > 0.0 ) && ( getSyringePumpVolumeDelivered() < bolusVol ) )

Unknown macro: { startHeparinBolus(); // moved here from startHeparinPump() in Dialysis.c }
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.