Closed AppliedNav closed 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.
Done in 2.18. Requires the protocol attribute supportBool="true"
supportBool="true"
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.