Skip to content

Commit

Permalink
iox-#27 Correct entry in examples markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dkroenke authored and elBoberido committed Feb 28, 2022
1 parent de22b43 commit a82f406
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions iceoryx_examples/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# 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: |
|[request_response](./request_response/) | Communication pattern which delivers data on demand (Client/Server) | :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: |
|[request_response](./request_response/) | Communication pattern which delivers data on demand (Client/Server) | :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: |

0 comments on commit a82f406

Please sign in to comment.