ConductivitySensors.c

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-15014 addressed the code review comments

  1. … 5 more files in changeset.
Done

Done

Changed it to TRUE/FALSE.

Changed it to TRUE/FALSE.

Updated the code.

Updated the code.

Done

Done

Done

Done

Done

Done

Done

Done

Done

Done

Prefer to say RO only != TRUE so that any other value than 1 will cause RR alarm to be enforced.

Prefer to say RO only != TRUE so that any other value than 1 will cause RR alarm to be enforced.

Needs param so caller can set it to FALSE too?

Needs param so caller can set it to FALSE too?

Doesn't look like this list is complete. In my opinion, init functions should be allowed to generalize here (e.g. Fill mode variables initialized.).

Doesn't look like this list is complete. In my opinion, init functions should be allowed to generalize here (e.g. Fill mode variables initialized.).

I don't think we need to ack/nak since we always respond with response msg.

I don't think we need to ack/nak since we always respond with response msg.

Need else for if FALSE - disable RO only.

Need else for if FALSE - disable RO only.

Should take a BOOL param and set RO only flag to given BOOL. As it is, you can only set to TRUE - never FALSE.

Should take a BOOL param and set RO only flag to given BOOL. As it is, you can only set to TRUE - never FALSE.

Standby Solo too? In case Dialin sends by proxy.

Standby Solo too? In case Dialin sends by proxy.

This is really a BOOL (FALSE/TRUE). Why not make result a BOOL instead of U32?

This is really a BOOL (FALSE/TRUE). Why not make result a BOOL instead of U32?

This message is sent by UI to DG. Should be MSG_ID_UI_SET_DG_RO_ONLY_MODE.

This message is sent by UI to DG. Should be MSG_ID_UI_SET_DG_RO_ONLY_MODE.

Merged staging

  1. … 7 more files in changeset.
DEN-15014 added code to support RO only mode

  1. … 6 more files in changeset.
Can we rename variable to reflect it is a timer counter at least?

Can we rename variable to reflect it is a timer counter at least?

The variable that define is being compared to is valveStateMismatchCounter which is why I called it such.

The variable that define is being compared to is valveStateMismatchCounter which is why I called it such.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Yes, and #define has "COUNT" in its name which was my point.

Yes, and #define has "COUNT" in its name which was my point.

DG-DEN-15014_DG HD Dev HD DG Dvt Update Part 11
DG-DEN-15014_DG HD Dev HD DG Dvt Update Part 11
Corrected

Corrected

DEN-14646 Updates per code review.