Lines Matching full:machine
60 * state machine logger. The state machine logger will provide debug
61 * log information on a state machine for each state transition.
73 * This is the function that is called when the state machine wants to notify
76 * @param[in] observer The state machine logger that is observing the state
77 * machine.
78 * @param[in] subject The state machine that is being observed.
110 * This function will construct the state machine logger and attach it to the
111 * state machine that is to be observed.
113 * @param[in] this_observer This is the state machine logger object that is
114 * going to observe the subject state machine.
115 * @param[in] the_object This is the object that contains the state machine
119 * state machine transition occurs. Since this is a base object type it
123 * state machine being observed.
125 * in the log string for the state machine being observed.
152 * This is a helper function that will construct the state machine logger and
153 * attach it to the state machine that is to be observed.
155 * @param[in] this_observer This is the state machine logger object that is
156 * going to observe the subject state machine.
157 * @param[in] the_state_machine This is the state machine that is under
159 * @param[in] the_object This is the object that contains the state machine
163 * state machine transition occurs. Since this is a base object type it
167 * state machine being observed.
169 * in the log string for the state machine being observed.
197 * machine that is being observerd.
200 * machine.
201 * @parame[in] the_state_machine This is the state machine that is no longer