-
Notifications
You must be signed in to change notification settings - Fork 447
Update MkDocs and documentation preparing for v3.0 release
#2398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mossmaurice
merged 10 commits into
eclipse-iceoryx:main
from
ApexAI:iox-1295-release-validation-v3-0
Feb 19, 2025
Merged
Changes from 8 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
c55950a
iox-#1295 Update versions and MkDocs material related settings like CSS
mossmaurice-apexai 2ef0c69
iox-#1295 Fix doxygen generation
mossmaurice-apexai 97c547a
iox-#1295 Make unreleased notes the v3.0.0 and add empty release note…
mossmaurice-apexai 82070c1
iox-#1295 Rework iceoryx on 32-bit article
mossmaurice-apexai 42f3850
iox-#1295 Cherry-pick old release notes from 'release_2.0' branch
mossmaurice-apexai 7ac79d1
iox-#1295 Use correct diagrams in architecture article
mossmaurice-apexai 2ed509b
iox-#1295 Add two new articles about extensions and cmd line args of …
mossmaurice-apexai d46678e
iox-#1295 Fix CI issues
mossmaurice-apexai baf1547
iox-#1295 Address review findings fixing details in the new articles …
mossmaurice-apexai 7e18fa4
Update logos for dark background
mossmaurice-apexai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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,9 @@ | ||
| # Available bindings and extensions | ||
|
|
||
| The following bindings and extensions are available for iceoryx: | ||
|
|
||
| | Name | Description | Link | | ||
| |---------------------|-----------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------| | ||
| | DDS gateway | Gateway to the DDS protocol using [Cyclone DDS](https://cyclonedds.io/) or [FastDDS](https://github.com/eProsima/Fast-DDS) | [https://github.com/eclipse-iceoryx/iceoryx-gateway-dds](https://github.com/eclipse-iceoryx/iceoryx-gateway-dds) | | ||
mossmaurice marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| | Rust binding | Binding to use the C++ version of iceoryx in Rust projects | [https://github.com/eclipse-iceoryx/iceoryx-rs](https://github.com/eclipse-iceoryx/iceoryx-rs) | | ||
| | ara::com binding | Binding to use iceoryx in [AUTOSAR Adaptive](https://www.autosar.org/standards/adaptive-platform/) projects | [https://github.com/eclipse-iceoryx/iceoryx-automotive-soa](https://github.com/eclipse-iceoryx/iceoryx-automotive-soa) | | ||
mossmaurice marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
This file contains hidden or 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
This file contains hidden or 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,16 @@ | ||
| # Command line arguments of RouDi | ||
|
|
||
| To view the available command line options for RouDi call `$ICEORYX_ROOT/build/iox-roudi --help`. | ||
mossmaurice marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| | Short | Long | Parameter | Explanation | | ||
| |-------|---------------------|---------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| | -h | --help | None | Prints the available options | | ||
| | -v | --version | None | Prints the version string | | ||
| | -d | --domain-id | Unsigned integer | Sets the domain id. No communication can happen between different domains. Experimental feature! | | ||
| | -u | --unique-roudi-id | Unsigned integer | Sets the unique RouDi identifier | | ||
| | -m | --monitoring-mode | String (on, off) | Enables or disables the process alive monitoring feature. If enable RouDi terminates and kills unresponsive process. | | ||
mossmaurice marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| | -l | --log-level | String (off, fatal, error, warning, info, debug, trace) | Set the log level. Default log level is 'info'. | | ||
| | -x | --compatibility | String (off, major, minor, patch, commitId, buildDate) | Sets the compatibility check level between application and RouDi. Default is 'patch'. This can be useful if old apps are build against and old iceoryx version. Use with care! | | ||
| | -t | --termination-delay | Unsigned integer | Sets the delay in seconds before RouDi sends SIGTERM to running applications at shutdown. Default is '0'. | | ||
| | -k | --kill-delay | Unsigned integer | Sets the delay in seconds before RouDi sends SIGKILL to application which did not respond to the initial SIGTERM signal. Default is '45'. | | ||
| | -c | --config-file | String (Absolute filesystem path to a config in YAML format) | Sets the config file. If option is not given, fallbacks in descending order: 1. /etc/iceoryx/roudi_config.toml 2. hard-coded config. See [configuration guide](configuration-guide.md#dynamic-configuration) for information on the format. | | ||
mossmaurice marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.