Skip to content

Commit 73c2ba5

Browse files
dkroenkeelBoberido
authored andcommitted
iox-#27 Add Request/Response to examples doc
1 parent 000b4e1 commit 73c2ba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iceoryx_examples/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
|[waitset](./waitset/) | Waiting for events like arrival of data using C++ | :star::star: |
1515
|[waitset_in_c](./waitset_in_c/) | Waiting for events like arrival of data using C | :star::star: |
1616
|[iceensemble](./iceensemble/) | Using multiple publishers for one topic | :star::star: |
17+
|[request_response](./request_response/) | Communication pattern which delivers data on demand (Client/Server) | :star::star: |
1718
|[singleprocess](./singleprocess/) | Communicating in a single process between threads | :star::star: |
1819
|[user_header](./user_header/) | Using a user-header for additional meta-information like timestamps | :star::star: |
1920
|[icediscovery](./icediscovery) | Searching for currently available services | :star::star: |

0 commit comments

Comments
 (0)