canbus

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Maybe works for update.

  1. … 30 more files in changeset.
DEN-14751 Revert changes of removing the volume2HD function per Behrouz' request

  1. … 1 more file in changeset.
UI-DEN-14947_UI VD S94 [Brightness Volume label] - Ready
UI-DEN-14947_UI VD S94 [Brightness Volume label] - Ready
DEN-14950 Alarm volume label change to number instead of percent

  1. … 3 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 21 more files in changeset.
RESOLVED.

RESOLVED.

Will address this while implementing the CyberSecurity features.

Will address this while implementing the CyberSecurity features.

Is this fix needed now or can it wait?

Is this fix needed now or can it wait?

DEN-15072 RO Water Input Mode

- Implemented the models

  1. … 7 more files in changeset.
UI-DEN-15037-UI-BN-S94-RoWater
UI-DEN-15037-UI-BN-S94-RoWater
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 56 more files in changeset.
Merge branch 'DEN-14936-UI-BN-S93' into staging

  1. … 2 more files in changeset.
RESOLVED.

RESOLVED.

Thanks, Will update my comment.

Thanks,
Will update my comment.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

Your comment has ???. Trying to help.

Your comment has ???. Trying to help.

Fixed too.

Fixed too.

Great catch, Thank a lot Sean for catching that. It is fixed.

Great catch,
Thank a lot Sean for catching that.
It is fixed.

Not clear what you want me to do here?

Not clear what you want me to do here?

In post-treatment, there are a few states to work through to ensure reservoirs get drained: /* Post-Treatment drain reservoirs state machine. */ typedef enum Drain_States { DRAIN_DG_DEPRIME_STATE ...

In post-treatment, there are a few states to work through to ensure reservoirs get drained:

/* Post-Treatment drain reservoirs state machine. */
typedef enum Drain_States
{
DRAIN_DG_DEPRIME_STATE = 0, ///< Drain DG De-prime dialysate lines of excess fluid state.
DRAIN_RESERVOIR_SWITCH_STATE, ///< Switch reservoir state.
DRAIN_RESERVOIR_START_DRAIN_STATE, ///< Drain reservoir start drain state.
DRAIN_RESERVOIR_DRAIN_STATE, ///< Drain first reservoir state.
DRAIN_RESERVOIR_COMPLETE_STATE, ///< Drain complete state.
NUM_OF_DRAIN_STATES ///< Number of drain states.
} DRAIN_STATE_T;

Same ordering should apply here (even if order doesn't matter - prefer to match structure of message payload).

Same ordering should apply here (even if order doesn't matter - prefer to match structure of message payload).