billvaglienti / ProtoGen

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

Multiple packets with common layout #15

Closed billvaglienti closed 8 years ago

billvaglienti commented 8 years ago

Add the ability for a single packet encoding/decoding to use multiple ID values. This would be useful (for example) in cases like Novatel which use the same packet layout with different name and ID values (bestpos versus psrpos is a good example). The goal is to reduce the amount of repeated content in the xml file, and reduce the amount of repeated code in the output.

billvaglienti commented 8 years ago

Done in 1.7.1