Skip to content
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

Fix datareftype query #88

Merged
merged 1 commit into from
Mar 16, 2024
Merged

Fix datareftype query #88

merged 1 commit into from
Mar 16, 2024

Conversation

norberttak
Copy link
Owner

XPlane uses bit field to store dataref type. The plugin shall be able to handle multiple datareftypes.

Data types each take a bit field; it is legal to have a single dataref be more than one type of data. 
When this happens, you can pick any matching get/set API.

closes #87

XPlane uses bit field to store dataref type. The plugin
shall be able to handle multiple datareftypes.

Signed-off-by: Norbert Takacs <norberttak@gmail.com>
@norberttak norberttak added the bug Something isn't working label Mar 14, 2024
@norberttak norberttak added this to the v1.9 milestone Mar 14, 2024
@norberttak norberttak self-assigned this Mar 14, 2024
@norberttak norberttak merged commit 0e139d4 into master Mar 16, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] multiple datatype not managed
1 participant