HDCommon.h

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Fixed merge conflicts.

  1. … 8 more files in changeset.
Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Cleaned up the message.

Cleaned up the message.

This is a normal system message handler. It does not belong down in the Dialin test support area. Move up to normal handler functions area.

This is a normal system message handler. It does not belong down in the Dialin test support area. Move up to normal handler functions area.

This is a normal system message - should not be down here in the Dialin "test" message functions area.

This is a normal system message - should not be down here in the Dialin "test" message functions area.

???

???

I think it's time to remove this call.

I think it's time to remove this call.

Remove the enum? Did this get moved somewhere?

Remove the enum? Did this get moved somewhere?

Remove what?

Remove what?

Why remove this later? Don't we need it?

Why remove this later? Don't we need it?

Remove obsolete function prototypes.

Remove obsolete function prototypes.

HD-DEN-11114_Dialysate Temperature Control (2 of 2)
HD-DEN-11114_Dialysate Temperature Control (2 of 2)
Should only set this to true when we know we will accept request.

Should only set this to true when we know we will accept request.

Comment should change from 200 to 50.

Comment should change from 200 to 50.

DEN-11098 Added compiler switch RUN_BLOOD_CIRCUIT_PRIME_AGAIN

  1. … 1 more file in changeset.
DEN-11114 continued working on the reservoir management

  1. … 3 more files in changeset.
Done.

Done.

You can remove this line here. That pump has not yet been run.

You can remove this line here. That pump has not yet been run.

Fixed. Before transition from dialyzer state to wet selftests state, the VDO pump should be stopped.

Fixed. Before transition from dialyzer state to wet selftests state, the VDO pump should be stopped.

Move this line to when prime dialyzer state is completed before we go to wet self tests.

Move this line to when prime dialyzer state is completed before we go to wet self tests.

DEN-11089 Correction - dialyzer dialysate bypass priming path uses R1 instead of R2 and dialyzer dialysate priming path uses R2 instead of R1

  1. … 1 more file in changeset.
Done

Done

Fixed

Fixed

I believe reservoir 2 is used. static PRE_TREATMENT_RESERVOIR_MGMT_STATE_T handlePreTreatmentReservoirMgmtStartState( void ) { PRE_TREATMENT_RESERVOIR_MGMT_STATE_T state = PRE_TREATMENT_RESERVOIR_...

I believe reservoir 2 is used.

static PRE_TREATMENT_RESERVOIR_MGMT_STATE_T handlePreTreatmentReservoirMgmtStartState( void )
{
PRE_TREATMENT_RESERVOIR_MGMT_STATE_T state = PRE_TREATMENT_RESERVOIR_MGMT_START_STATE;

if ( TRUE == fillReservoirOneStartRequested )

Unknown macro: { fillReservoirOneStartRequested = FALSE; state = PRE_TREATMENT_RESERVOIR_MGMT_DRAIN_CMD_STATE; cmdSetDGActiveReservoir( DG_RESERVOIR_2 ); }


return state;
}