You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the changes in PR #30795, update the rvc-app example to handle the Pause and Resume commands for the new pause-compatible and resume-compatible states.
Tasks include
Add mPausedState variable to keep track of the state that was pause and the state that device should go to when it is resumed.
Update the RvcDevice::HandleOpStatePauseCallback to handle this command base on the device's state and set the mPausedState variable before changing the state to paused.
Update the RvcDevice::HandleOpStateResumeCallback to change the state to the appropriate state base on the mPausedState variable.
Update the sate machine diagram.
The text was updated successfully, but these errors were encountered:
Following the changes in PR #30795, update the rvc-app example to handle the Pause and Resume commands for the new pause-compatible and resume-compatible states.
Tasks include
mPausedState
variable to keep track of the state that was pause and the state that device should go to when it is resumed.RvcDevice::HandleOpStatePauseCallback
to handle this command base on the device's state and set themPausedState
variable before changing the state to paused.RvcDevice::HandleOpStateResumeCallback
to change the state to the appropriate state base on themPausedState
variable.The text was updated successfully, but these errors were encountered: