billvaglienti / ProtoGen

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

Add the ability to globally change the names of encode/decode functions #25

Closed billvaglienti closed 8 years ago

billvaglienti commented 8 years ago

Currently ProtoGen says encodeXXXXPacket() or encodeXXXXPacketStructure() for function names of parameter or structure based functions. This can lead to long and unwieldy function names. Add the ability to globally change the last part of the function names to a protocol defined value.

billvaglienti commented 8 years ago

Done in 1.6.0, see protocol attributes packetStructureSuffix and packetParameterSuffix.