intrepidcs / python_ics

Library for interfacing with Intrepid devices in Python
MIT License
61 stars 29 forks source link

Fix macOS Structure Generation #108

Closed hollinsky-intrepid closed 2 years ago

hollinsky-intrepid commented 3 years ago

The main thing here was that we were not properly handling member types prefixed with the struct keyword at time of member declaration.

Closes #107