Searched refs:m_current_state (Results 1 – 5 of 5) sorted by relevance
120 static state_t m_current_state = STATE_SINGLE_CONFIG; variable160 switch (m_current_state) in main()178 m_current_state = STATE_SINGLE_SAMPLING; in main()202 m_current_state = STATE_MULTIPLE_CONFIG; in main()223 m_current_state = STATE_MULTIPLE_SAMPLING; in main()
19 Program works as a simple state machine and starts in state @p m_current_state == STATE_SINGLE_CONF…22 Afterward, @p m_current_state changes to STATE_SINGLE_SAMPLING.23 …ed specified number of times ( @p SAMPLING_ITERATIONS ), and then @p m_current_state changes to ST…25 Afterward, @p m_current_state changes to STATE_MULTIPLE_SAMPLING.
120 static state_t m_current_state = STATE_SINGLE_CONFIG; variable202 switch (m_current_state) in main()221 m_current_state = STATE_SINGLE_SAMPLING; in main()237 m_current_state = STATE_MULTIPLE_CONFIG; in main()258 m_current_state = STATE_MULTIPLE_SAMPLING; in main()
20 Program works as a simple state machine and starts in state @p m_current_state == STATE_SINGLE_CONF…23 Afterward, @p m_current_state changes to STATE_SINGLE_SAMPLING.24 …ed specified number of times ( @p SAMPLING_ITERATIONS ), and then @p m_current_state changes to ST…26 Afterward, @p m_current_state changes to STATE_MULTIPLE_SAMPLING.
20 Program works as a simple state machine and starts in state @p m_current_state == STATE_SINGLE_CONF…23 Afterward, @p m_current_state changes to STATE_SINGLE_SAMPLING.24 … a specified number of times ( @p SAMPLING_ITERATIONS ), and then @p m_current_state changes to ST…26 Afterward, @p m_current_state changes to STATE_MULTIPLE_SAMPLING.