billvaglienti / ProtoGen

Communications protocol generation software
MIT License
30 stars 16 forks source link

Added ability to provide prefix to each element in an enumeration #35

Closed SchrodingersGat closed 7 years ago

SchrodingersGat commented 7 years ago

This PR adds the ability to specify a "prefix" for an enum structure, which then gets added to each element within the enumeration.

There is also some (minor) cleanup of associated code.