Skip to content

Commit

Permalink
iox-#743 Adapt asciinema recordings to new binary name and update adm…
Browse files Browse the repository at this point in the history
…onition

Signed-off-by: Simon Hoinkis <[email protected]>
  • Loading branch information
mossmaurice-apexai committed Jun 14, 2021
1 parent a1c8a0e commit 3c685cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions iceoryx_examples/waitset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ samples present in the subscriber.

## Expected Output

[![asciicast](https://asciinema.org/a/407372.svg)](https://asciinema.org/a/407372)
[![asciicast](https://asciinema.org/a/RmfrWRQIULiFGt7dC8PamKGeK.svg)](https://asciinema.org/a/RmfrWRQIULiFGt7dC8PamKGeK)

## Glossary

Expand Down Expand Up @@ -101,7 +101,7 @@ about the occurrence of an **Event**. When returning from `WaitSet::wait()` the
associated with **Events** which had occurred and **States** which persists. The **NotificationOrigin**, **NotificationId** and **NotificationCallback**
are stored inside of the **NotificationInfo** and can be acquired by the user.

!!! attention
!!! warning
Please be aware of the thread-safety restrictions of the _WaitSet_ and
read the [Thread Safety](#thread-safety) chapter carefully.

Expand Down
4 changes: 2 additions & 2 deletions iceoryx_examples/waitset_in_c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ The examples are structured in the same way as the C++ ones.

## Expected Output

[![asciicast](https://asciinema.org/a/407431.svg)](https://asciinema.org/a/407431)
[![asciicast](https://asciinema.org/a/VX5S5jP6DAzAi4YID1GuJqfjW.svg)](https://asciinema.org/a/VX5S5jP6DAzAi4YID1GuJqfjW)

## Code Walkthrough

!!! attention
!!! warning
Please be aware of the thread-safety restrictions of the _WaitSet_ and
read the [Thread Safety](#thread-safety) chapter carefully.

Expand Down

0 comments on commit 3c685cf

Please sign in to comment.