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
i64
u64
#define UAVCAN_PROTOCOL_GETNODEINFO_REQUEST_SIGNATURE (0xEE468A8121C46A9EULL)
let bindings = bindgen::Builder::default() .clang_arg("-Iexternal/libcanard") .header("wrapper.h") .generate() .expect("Unable to generate bindings");
pub const UAVCAN_PROTOCOL_GETNODEINFO_REQUEST_SIGNATURE: i64 = -1277181157091022178;
Shouldnt it generate an u64?
The text was updated successfully, but these errors were encountered:
See as well #2120 and #1594.
Sorry, something went wrong.
yep closing as duplicate of #1594
No branches or pull requests
Input C/C++ Header
Bindgen Invocation
Expected Results
Shouldnt it generate an
u64
?The text was updated successfully, but these errors were encountered: