We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This struct will results in an error code 5 if you send it to GPMFWriteStreamStore
#define STRUCT_KEY "Ffc" typedef struct{ uint32_t test; float f; char c; }test_struct_t;
This one runs fine:
#define STRUCT_KEY "Ff" typedef struct{ uint32_t test; float f; }test_struct_t;
Structs containing a uint8_t have the same error, I haven't tested with all the possible datatypes.
uint8_t
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This struct will results in an error code 5 if you send it to GPMFWriteStreamStore
This one runs fine:
Structs containing a
uint8_t
have the same error, I haven't tested with all the possible datatypes.The text was updated successfully, but these errors were encountered: