hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
I want to keep the old sub state change events for dialin compatibility. I believe other tests use the sub state change event

I want to keep the old sub state change events for dialin compatibility. I believe other tests use the sub state change event

This is a 4th level state - not currently supported I think.

This is a 4th level state - not currently supported I think.

Should this be in transition function?

Should this be in transition function?

Is there any submode of treatment mode that does not have substates?

Is there any submode of treatment mode that does not have substates?

Not many submodes in pre-tx that don't have substates - maybe cartridge install. Should call this when entering a submode with no substates.

Not many submodes in pre-tx that don't have substates - maybe cartridge install. Should call this when entering a submode with no substates.

Post treatment starts in drain reservoirs submode which does have a substate. Once we leave drain reservoirs submode, then we should call this function with no substate for remainder of post treatm...

Post treatment starts in drain reservoirs submode which does have a substate. Once we leave drain reservoirs submode, then we should call this function with no substate for remainder of post treatment submodes.

In consumable self-test, you removed the old send substate change event. Why keep this one?

In consumable self-test, you removed the old send substate change event. Why keep this one?

This is a 4th level state. Currently not supported I think.

This is a 4th level state. Currently not supported I think.

This is a 4th level state. Currently not supported I think.

This is a 4th level state. Currently not supported I think.

Not clear to me which of the older events are still being supported. What's the plan?

Not clear to me which of the older events are still being supported. What's the plan?

Remove extra "}". Should be 2 blank lines above test support banner.

Remove extra "}". Should be 2 blank lines above test support banner.

What is d2?

What is d2?

should be "void sendOperationStatusEvent( void )"

should be "void sendOperationStatusEvent( void )"

Missing function header.

Missing function header.

Remove blank line.

Remove blank line.

Do we need to call this function on transition to consumables self-test so that op modes will get initial state? (Question applies throughout this code branch)

Do we need to call this function on transition to consumables self-test so that op modes will get initial state? (Question applies throughout this code branch)

Consider moving this declarations to top of function and then removing the outer {} for these cases.

Consider moving this declarations to top of function and then removing the outer {} for these cases.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

Should probably set confirm flag to FALSE here even though it probably gets reset at some point before next treatment.

Should probably set confirm flag to FALSE here even though it probably gets reset at some point before next treatment.

By this point, we've already accepted the confirm from user so we need to move on to next state even if door is open - not sure this could even happen if we require door closed for entirety of this...

By this point, we've already accepted the confirm from user so we need to move on to next state even if door is open - not sure this could even happen if we require door closed for entirety of this state.