Closed elBoberido closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.95%. Comparing base (
a9cc0a3
) to head (3870c48
). Report is 3 commits behind head on main.
We reached the Cirrus CI limit. Merging anyway since the github CI is our main CI.
Notes for Reviewer
The node and service name C-API pretent to return a null terminated C-style string. This is not the case though, since the Rust
NodeName
andServiceName
is based on a RustString
and not on an iceoryx2SemanticString
.This PR fixes the documentation and makes passing a pointer for the string length mandatory.
Pre-Review Checklist for the PR Author
SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
)[#123] Add posix ipc example
)task-list-completed
)Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Relates to #210