-
Notifications
You must be signed in to change notification settings - Fork 477
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add xrt::runlist::state() to return runlist ERT command state (#8407)
* Add xrt::runlist::state() to return runlist ERT command state The xrt::runlist::state() API mirrors xrt::run::state() and is the preferred method for polling a runlist for completion. Except for return value, the xrt::runlist::poll() API is functionally the same, but is now deprecated. Signed-off-by: Soren Soe <[email protected]> * Ensure runlist state reflects errors if any The runlist may be composed of multiple chained commands. Upon runlist completion, the state of the runlist must reflect errors (if any) in any of the submitted chained commands. Signed-off-by: Soren Soe <[email protected]> --------- Signed-off-by: Soren Soe <[email protected]>
- Loading branch information
Showing
2 changed files
with
57 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters