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
We don't yet generate structs. Part of the reason for this is we need to match the data alignment of the structs they represent, and we have everything but what order the fields are. In order to get current frameworks to generate, I have created placeholder structs in the <framework>_structs.go file for frameworks that are empty of fields. Somebody needs to go and check out their actual full declaration in the framework header files and port their fields to Go fields. Perhaps in the process find a way to automate this.
The text was updated successfully, but these errors were encountered:
We don't yet generate structs. Part of the reason for this is we need to match the data alignment of the structs they represent, and we have everything but what order the fields are. In order to get current frameworks to generate, I have created placeholder structs in the
<framework>_structs.go
file for frameworks that are empty of fields. Somebody needs to go and check out their actual full declaration in the framework header files and port their fields to Go fields. Perhaps in the process find a way to automate this.The text was updated successfully, but these errors were encountered: