Module state

Source
Expand description

A state as part of a Machine. Contains an optional Action and Counter to be executed upon transition to this state, and a vector of state transitions for each possible Event.

Structsยง

State
A state as part of a Machine.
Trans
A state index and probability for a transition.