TransitionEvent
class is used internally by the finite state machine for transitions that take 1 more more clock cycles. The machine is put in the IN_TRANSITION
state and this event is inserted into the event queue of the underlying clock. When this event fires, it will complete the state transition and fire any probes as necessary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|