feat: Add sys-crate for the Device Data Hub API - #241
Draft
apljungquist wants to merge 8 commits into
Draft
apljungquist wants to merge 8 commits into
apljungquist wants to merge 8 commits into
Conversation
Device Data Hub is the designated replacement for the Message Broker API, which is deprecated and will be removed in AXIS OS 13.0. The bindings are generated from the C headers the same way as for `mdb-sys`. Constants that the C headers define as object-like macros with casts are transcribed manually because bindgen cannot evaluate them.
apljungquist
force-pushed
the
acap-rs-datahub-sys
branch
from
July 11, 2026 06:46
5778722 to
d0cf4d1
Compare
apljungquist
marked this pull request as ready for review
August 4, 2026 06:08
apljungquist
marked this pull request as draft
August 4, 2026 06:34
Collaborator
Author
|
Looks like this is failing because the two |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Device Data Hub is the designated replacement for the Message Broker API, which is deprecated and will be removed in AXIS OS 13.0.
The bindings are generated from the C headers the same way as for
mdb-sys. Constants that the C headers define as object-like macros with casts are transcribed manually becausebindgencannot evaluate them; we may be able to remove those if we upgrade tobindgen >= 0.70.0Details
.devcontainer/Dockerfile:AXIS_OS_VERSIONor the new example won't build.apps/object_consumer:crates/%-sys/src/bindings.rsmake target fails 1. It will be updated to use the safe bindings when they are added.Footers
Depends-on: #240
Footnotes
https://github.com/AxisCommunications/acap-rs/actions/runs/30839862786/job/91773991360#step:5:381 ↩