forked from eclipse-iceoryx/iceoryx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iox-eclipse-iceoryx#27 Integrate example into website and exampler re…
…adme list Signed-off-by: Christian Eltzschig <me@elchris.org>
- Loading branch information
Showing
3 changed files
with
26 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ nav: | |
- ice_access_control.md | ||
- iceperf.md | ||
- icecrystal.md | ||
- request_response_in_c.md |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Request response communication in c | ||
--- | ||
|
||
{! ../iceoryx/iceoryx_examples/request_response_in_c/README.md !} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
# List of examples | ||
|
||
| Example | Description | Level | | ||
|:-------------------------------------------|:--------------------------------------------------------------------------|:-------------------| | ||
|[icehello](./icehello/) | Sending data to another process | :star: | | ||
|[icedelivery](./icedelivery/) | Sending and receiving data using C++ | :star: | | ||
|[icedelivery_in_c](./icedelivery_in_c/) | Sending and receiving data using C | :star: | | ||
|[icedocker](./icedocker/) | Sending and receiving data across multiple docker instances | :star: | | ||
|[iceoptions](./iceoptions/) | Configuring pub/sub settings like history cache size or startup behaviour | :star: | | ||
|[complexdata](./complexdata/) | Sending/receiving some of the iceoryx STL container surrogates | :star: | | ||
|[callbacks](./callbacks/) | Implementing event triggered callbacks using C++ | :star::star: | | ||
|[callbacks_in_c](./callbacks_in_c/) | Implementing event triggered callbacks using C | :star::star: | | ||
|[waitset](./waitset/) | Waiting for events like arrival of data using C++ | :star::star: | | ||
|[waitset_in_c](./waitset_in_c/) | Waiting for events like arrival of data using C | :star::star: | | ||
|[iceensemble](./iceensemble/) | Using multiple publishers for one topic | :star::star: | | ||
|[singleprocess](./singleprocess/) | Communicating in a single process between threads | :star::star: | | ||
|[user_header](./user_header/) | Using a user-header for additional meta-information like timestamps | :star::star: | | ||
|[icediscovery](./icediscovery) | Searching for currently available services | :star::star: | | ||
|[ice_access_control](./ice_access_control/) | Configuring access rights for shared memory segments | :star::star::star: | | ||
|[iceperf](./iceperf/) | Measuring the latency of different IPC mechanisms | :star::star::star: | | ||
|[icecrystal](./icecrystal/) | Using the introspection client for debugging | :star::star::star: | | ||
| Example | Description | Level | | ||
|:-------------------------------------------------|:--------------------------------------------------------------------------|:-------------------| | ||
|[icehello](./icehello/) | Sending data to another process | :star: | | ||
|[icedelivery](./icedelivery/) | Sending and receiving data using C++ | :star: | | ||
|[icedelivery_in_c](./icedelivery_in_c/) | Sending and receiving data using C | :star: | | ||
|[icedocker](./icedocker/) | Sending and receiving data across multiple docker instances | :star: | | ||
|[iceoptions](./iceoptions/) | Configuring pub/sub settings like history cache size or startup behaviour | :star: | | ||
|[complexdata](./complexdata/) | Sending/receiving some of the iceoryx STL container surrogates | :star: | | ||
|[request_response_in_c](./request_response_in_c/) | Request response communication using C | :star: | | ||
|[callbacks](./callbacks/) | Implementing event triggered callbacks using C++ | :star::star: | | ||
|[callbacks_in_c](./callbacks_in_c/) | Implementing event triggered callbacks using C | :star::star: | | ||
|[waitset](./waitset/) | Waiting for events like arrival of data using C++ | :star::star: | | ||
|[waitset_in_c](./waitset_in_c/) | Waiting for events like arrival of data using C | :star::star: | | ||
|[iceensemble](./iceensemble/) | Using multiple publishers for one topic | :star::star: | | ||
|[singleprocess](./singleprocess/) | Communicating in a single process between threads | :star::star: | | ||
|[user_header](./user_header/) | Using a user-header for additional meta-information like timestamps | :star::star: | | ||
|[icediscovery](./icediscovery) | Searching for currently available services | :star::star: | | ||
|[ice_access_control](./ice_access_control/) | Configuring access rights for shared memory segments | :star::star::star: | | ||
|[iceperf](./iceperf/) | Measuring the latency of different IPC mechanisms | :star::star::star: | | ||
|[icecrystal](./icecrystal/) | Using the introspection client for debugging | :star::star::star: | |