You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2025. It is now read-only.
Some values are bitfields or enumerations (effectively, but all constants are defined as preprocessor definitions).
Scanning the code for bitwise ands/ors and comparisons of struct fields and these constants should give possible enum values or flags. Then raw ctypes structs (generated by ctypeslib) could be somehow decorated with this information (substitute the field in fields with new enum/flag field?)