billvaglienti / ProtoGen

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

Handling of C99 data type "bool" #89

Closed AppliedNav closed 5 years ago

AppliedNav commented 5 years ago

Protogen should accept the data type "bool" since it is a standard C99 type. If no explicit encodedType is given, Protogen should probably default to uint32 for the encoded type.

billvaglienti commented 5 years ago

Done in 2.18. Requires the protocol attribute supportBool="true"