Lines of code count not available
Why do we have a local sub state variable that we don't do anything with?
This is to avoid compilation warning
I don't think these coefficient access functions need to be public. Consider making them private.
These seem more like concentrate doses, not dialysate doses. Consider renaming.
What is this?
Add blank line after declarations.
Are these coming back? If so, add TODO comment to restore later. If not, delete them.
else TD ?
This is a structure, not an enumeration.
Add TODO to comment.
Put () around the 2 conditions
Fixed it
Ya , I forgot the coding guide line . Fixed it
fixed it
Use explicit BOOL conditions (e.g. TRUE == isFreshDialysatePressureInRange).
I prefer to be explicit on BOOL conditions like this (e.g. TRUE == isFreshDialysatePressureInRange).
Remove extra blank line.
I don't think we need to check test config for variable initialization.
Got a suggestion or an issue? Discuss it on the Atlassian Community or visit Atlassian Support for other options.