Closed orecham closed 2 days ago
@elBoberido @elfenpiff
I implemented the API for UniquePublisherId
but want to get some feedback before implementing it for the rest. What do you guys think of this approach?
EDIT: I went ahead and implemented a rest to unblock myself. Let me know if you see a better way though.
Attention: Patch coverage is 0%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 79.06%. Comparing base (
f2a948b
) to head (55519ac
). Report is 28 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
iceoryx2/src/port/port_identifiers.rs | 0.00% | 3 Missing :warning: |
🚨 Try these New Features:
@elfenpiff @elBoberido Could you take a look at this
Notes for Reviewer
Provides an API to access the bytes representing a
UniquePortId
from the CXX API.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
Closes #500