eProsima / Fast-DDS

The most complete DDS - Proven: Plenty of success cases. Looking for commercial support? Contact info@eprosima.com
https://eprosima.com
Apache License 2.0
2.16k stars 765 forks source link

Only signed integers are permited in Dynamic Language Binding enumerations [21201] #4969

Closed richiware closed 3 months ago

richiware commented 3 months ago

Description

TypeObject doesn't allow to contain the information whether a enumeration is signed or unsigned. It only stores the bit_bound. To avoid conflicts we were restricting the creation of enumerations using Dynamic Language Binding to only signed integers.

Contributor Checklist

Reviewer Checklist