common

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7091: Added sample water complete state and removed test message

If returning a result, should return type be something other than boolean? Maybe SELF_TEST_STATUS_T from Common.h?

If returning a result, should return type be something other than boolean? Maybe SELF_TEST_STATUS_T from Common.h?

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.

Done.

Done.

Done.

Done.

Done.

Done.

Moved handlers to pre-treatment mode.

Moved handlers to pre-treatment mode.

Moved handle to pre-treatment mode. Go to standby mode when sample water test failed.

Moved handle to pre-treatment mode. Go to standby mode when sample water test failed.

Done.

Done.

If DG somehow gets ahead of HD here, I worry we will get stuck. Consider second condition with "getDGSubMode() >= DG_FILL_MODE_STATE_BICARB_PUMP_CHECK". Same for states below.

If DG somehow gets ahead of HD here, I worry we will get stuck. Consider second condition with "getDGSubMode() >= DG_FILL_MODE_STATE_BICARB_PUMP_CHECK". Same for states below.

When using build switches, convention is to put the normal code first. So use #ifndef and swap the statements below.

When using build switches, convention is to put the normal code first. So use #ifndef and swap the statements below.

When the sample water result entered by the user, HD will command DG to end water sampling mode and go back to standby idle state.

When the sample water result entered by the user, HD will command DG to end water sampling mode and go back to standby idle state.

Why is bad sample result handled here and good sample result handled in pre-treatment mode?

Why is bad sample result handled here and good sample result handled in pre-treatment mode?

How will DG standby get back to idle state from flush idle state? Where does that happen?

How will DG standby get back to idle state from flush idle state? Where does that happen?

Use set dialysate temp from treatment parameters for trimmer heater target temp. Add 2 degrees for primary heater target temp.

Use set dialysate temp from treatment parameters for trimmer heater target temp. Add 2 degrees for primary heater target temp.

Add fault.

Add fault.

Consider renaming this to sampleWaterResultEntered to clarify its purpose.

Consider renaming this to sampleWaterResultEntered to clarify its purpose.

Should we check here if calibration data is valid?

Should we check here if calibration data is valid?

As a common practice, I use #pragma around the structs. Does that matter?

As a common practice, I use #pragma around the structs. Does that matter?

I will use the older message IDs for other programs.

I will use the older message IDs for other programs.

Because I used a different debugger and it updated the launch file. I think we should add this .gitignore.

Because I used a different debugger and it updated the launch file. I think we should add this .gitignore.

Uncommented the code.

Uncommented the code.