tfgm / sbedecoder

Python based Simple Binary Encoding (SBE) decoder
MIT License
76 stars 44 forks source link

WIP - Generator Subgroups Support #33

Closed ryanohnemus closed 1 year ago

ryanohnemus commented 6 years ago

Hey @tfgm-bud,

This isn't merge ready, but is a start at https://github.com/tfgm/sbedecoder/issues/30. If you have a template with a subgroup and use the generator you'll see the groups issue i was having where a self.subgroup_name = is in the Repeating Group Container's groups field 😞

Thanks again!