ModeInitPOST.h

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

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

  1. … 121 more files in changeset.
Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Done.

Change "&&" to "||". Also, I think we need another condition added here because I don't think we should be setting all of these values if things above aren't right.

Change "&&" to "||". Also, I think we need another condition added here because I don't think we should be setting all of these values if things above aren't right.

I don't think the "|=" is accomplishing anything useful here - this is effectively setting result to TRUE in all cases. And I don't think we should be setting result to TRUE here necessarily. If we...

I don't think the "|=" is accomplishing anything useful here - this is effectively setting result to TRUE in all cases.
And I don't think we should be setting result to TRUE here necessarily. If we set result to FALSE above, it should stay FALSE.

ModeGenDialysate should move up before ModeInitPOST to be in alphabetical order.

ModeGenDialysate should move up before ModeInitPOST to be in alphabetical order.

Indent function name more to align like others.

Indent function name more to align like others.

Fix "Dialysatey" (remove y). And I think "Gend" should be GenD" in all of these function names.

Fix "Dialysatey" (remove y). And I think "Gend" should be GenD" in all of these function names.

Who is calling this function? If this function is not doing anything other than changing modes, do we really need this function? Caller can just call requestNewOperationMode().

Who is calling this function? If this function is not doing anything other than changing modes, do we really need this function? Caller can just call requestNewOperationMode().

If no inputs or outpus, say "none".

If no inputs or outpus, say "none".

If no alarms triggered, don't include an Alarm details line in the header.

If no alarms triggered, don't include an Alarm details line in the header.

Remove extra blank line.

Remove extra blank line.

"Valve" should be plural in these function names. Change "the all" to "all".

"Valve" should be plural in these function names. Change "the all" to "all".

Done.

Done.

Done.

Done.

Done.

Done.

Removed balancing chamber pause state.

Removed balancing chamber pause state.

Seems like this would be a separate state or maybe we go to pause state too.

Seems like this would be a separate state or maybe we go to pause state too.

Should this be "if ( DD_MODE_GEND == ddMode )" ? I don't think this message makes sense in any other mode.

Should this be "if ( DD_MODE_GEND == ddMode )" ? I don't think this message makes sense in any other mode.