common

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Keep blank line before return statement.

Keep blank line before return statement.

Check indent.

Check indent.

Body start bracket indented too far.

Body start bracket indented too far.

Add blank line between declarations and code.

Add blank line between declarations and code.

Can these 2 declarations be moved up with the others (above "ifndef_RELEASE_")?

Can these 2 declarations be moved up with the others (above "ifndef_RELEASE_")?

Prefer to have declarations of local variables at top of scope where they are used.

Prefer to have declarations of local variables at top of scope where they are used.

Align.

Align.

Should have a default case with s/w fault or something.

Should have a default case with s/w fault or something.

Ok to not do anything for these cases, but put a comment in here so we know this is intentional.

Ok to not do anything for these cases, but put a comment in here so we know this is intentional.

Alignment.

Alignment.

Remove blank line.

Remove blank line.

Has this been decided yet?

Has this been decided yet?

Remove blank line.

Remove blank line.

Align = or bring back to state.

Align = or bring back to state.

Align.

Align.

Remove extra blank line.

Remove extra blank line.

Align.

Align.

Align.

Align.

Align else body brackets.

Align else body brackets.

Align.

Align.

Align comment.

Align comment.

Align = or bring next to state.

Align = or bring next to state.

This already called in transition into this mode.

This already called in transition into this mode.

..CHEM_DISINFECT_FLUSH_INVALID_EXEC_STATE

..CHEM_DISINFECT_FLUSH_INVALID_EXEC_STATE

"Flusht" - remove t at end of Flush.

"Flusht" - remove t at end of Flush.

DGChemicalDisinfectFlushMode

DGChemicalDisinfectFlushMode

File header?

File header?

Disagree. This is ModeFlush.c. Looks correct in last commit.

Disagree. This is ModeFlush.c. Looks correct in last commit.

Should not allow transition from fault mode to chem flush mode.

Should not allow transition from fault mode to chem flush mode.

Change both sizeof() calls to BOOL to match type of local var destination of your memcpy(). All are 4 bytes - just for consistency and in case BOOL gets changed.

Change both sizeof() calls to BOOL to match type of local var destination of your memcpy(). All are 4 bytes - just for consistency and in case BOOL gets changed.