Searched refs:m_current_state (Results 1 – 5 of 5) sorted by relevance
110 static state_t m_current_state = STATE_SINGLE_CONFIG; variable138 switch (m_current_state) in main()156 m_current_state = STATE_SINGLE_SAMPLING; in main()179 m_current_state = STATE_MULTIPLE_CONFIG; in main()200 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.
110 static state_t m_current_state = STATE_SINGLE_CONFIG; variable182 switch (m_current_state) in main()201 m_current_state = STATE_SINGLE_SAMPLING; in main()217 m_current_state = STATE_MULTIPLE_CONFIG; in main()238 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.