-
-
Notifications
You must be signed in to change notification settings - Fork 732
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
[pcustom] Describe struct with struct member #49
Comments
That's not implemented yet, but it's on the TODO list. |
I played with this tonight. Shouldn't be too difficult. We need a way to have structures reference eachother.
Note that this only works for embedded structures not pointers to structures. |
@Grazfather : I totally missed your comment on this ... I needed this feature on a CTF this weekend, so I was about to get to it. Do you already have a patch ready for that? |
Mine is super ugly, but I can push it. |
I'll have a look but I've also started on my end 😄 |
For sure. It's easy enough to implement, I just wasn't sure a nice way to have the modules find each other (sys.path stuff) and how to make it look. |
- issue #49: by default, the name of the ctype structure created will be the - filename (instead of Template(Structure))
For now, I'm using |
This was fixed long ago. |
- issue hugsy#49: by default, the name of the ctype structure created will be the - filename (instead of Template(Structure))
How does one describe a struct that has another struct as a member (or is it even possible)?
( code taken from https://github.com/osmocom/gr-fosphor/blob/master/lib/fosphor/cl.c )
The text was updated successfully, but these errors were encountered: