We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000b4e1 commit 73c2ba5Copy full SHA for 73c2ba5
iceoryx_examples/README.md
@@ -14,6 +14,7 @@
14
|[waitset](./waitset/) | Waiting for events like arrival of data using C++ | :star::star: |
15
|[waitset_in_c](./waitset_in_c/) | Waiting for events like arrival of data using C | :star::star: |
16
|[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: |
18
|[singleprocess](./singleprocess/) | Communicating in a single process between threads | :star::star: |
19
|[user_header](./user_header/) | Using a user-header for additional meta-information like timestamps | :star::star: |
20
|[icediscovery](./icediscovery) | Searching for currently available services | :star::star: |
0 commit comments