Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1295 Fix a link and a typo in the request respons…
Browse files Browse the repository at this point in the history
…e example

Signed-off-by: Simon Hoinkis <[email protected]>
  • Loading branch information
mossmaurice committed Mar 17, 2022
1 parent 86deed9 commit 4ac450a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion iceoryx_examples/request_response/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ target_compile_options(
## C++ untyped API server
add_executable(
iox-cpp-request-response-untyped-server
server_cxx_untpyed.cpp
server_cxx_untyped.cpp
)
target_link_libraries(
iox-cpp-request-response-untyped-server
Expand Down
6 changes: 3 additions & 3 deletions iceoryx_examples/request_response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ iox::runtime::PoshRuntime::initRuntime(APP_NAME);
```
After creating the runtime, the client is created and attached to the WaitSet.
The [options](https://iceoryx.io/latest/getting-started/examples/iceoptions/) can be used to alter the behavior of the client, like setting the response
queue capacity or blocking behavior when the response queue is full or the server is too slow.
The `ClientOptions` are similar to `PublisherOptions`/`SubscriberOptions`.
The [options](https://github.com/eclipse-iceoryx/iceoryx/tree/master/iceoryx_examples/iceoptions) can be used to alter
the behavior of the client, like setting the response queue capacity or blocking behavior when the response queue is
full or the server is too slow. The `ClientOptions` are similar to `PublisherOptions`/`SubscriberOptions`.
<!--[geoffrey][iceoryx_examples/request_response/client_cxx_waitset.cpp][create waitset]-->
```cpp
Expand Down

0 comments on commit 4ac450a

Please sign in to comment.