-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
need Help for function CDAB to float32 #7
Comments
You would need to add the middle endian type(s) to the endianness typedef and then modify the private "sliceArray" and "leFrameFromFrame" functions and use them appropriately to get the endianness right. Unfortunately, I will not have time to add this feature myself, but I'm willing to review detailed pull requests. |
I rewrite function sliceArray to combine float32 from CDAB `
` |
@SRGDamia1, it's possible to get the raw registers and then do something like that with a union?
I've tried this approach but i'm not understanding how to access properly the response buffer |
There response buffer is public. You should be able to access it as |
Hey,
i have used your lib for a long time. I was very happy with it.
Now i am looking for a function for float to CDAB Mid-little endian.
And other direction from CDAB Mid-little endian to float
Can you tell me a small hint for adding this function?
The text was updated successfully, but these errors were encountered: