-
-
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
C++: Fixed length boolean arrays should be represented as std::bitset #283
Comments
Looking at the current implementation, I assume this will require an extension of the configuration parameter set unless we want to hard-code std::bitset for booleans. |
thirtytwobits
added a commit
to thirtytwobits/nunavut
that referenced
this issue
Mar 2, 2023
thirtytwobits
added a commit
to thirtytwobits/nunavut
that referenced
this issue
Mar 3, 2023
thirtytwobits
added a commit
to thirtytwobits/nunavut
that referenced
this issue
Mar 3, 2023
thirtytwobits
added a commit
to thirtytwobits/nunavut
that referenced
this issue
Mar 3, 2023
thirtytwobits
added a commit
to thirtytwobits/nunavut
that referenced
this issue
Mar 6, 2023
thirtytwobits
added a commit
to thirtytwobits/nunavut
that referenced
this issue
Mar 6, 2023
thirtytwobits
added a commit
to thirtytwobits/nunavut
that referenced
this issue
Mar 7, 2023
thirtytwobits
added a commit
to thirtytwobits/nunavut
that referenced
this issue
Mar 7, 2023
thirtytwobits
added a commit
that referenced
this issue
Mar 7, 2023
This should be fixed with 2.0.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cc @thirtytwobits @asmfreak
This is critical because without this optimization,
uavcan.port.List
cannot be used in small embedded systems. See https://nunaweb.opencyphal.org/api/storage/docs/docs/uavcan/index.html#uavcan_node_port_SubjectIDList_0_1The text was updated successfully, but these errors were encountered: