eProsima / Fast-DDS-Gen

Fast-DDS IDL code generator tool. Looking for commercial support? Contact info@eprosima.com
Apache License 2.0
80 stars 59 forks source link

[20123] Fix error when parsing hex value for member id #276

Closed adriancampo closed 9 months ago

adriancampo commented 9 months ago

Fixes an error when trying to parse an string with a hex value from getAnnotationIdValue() as an int value for member.set_id()

Updates submodules: https://github.com/eProsima/IDL-Parser/pull/116 https://github.com/eProsima/dds-types-test/pull/18

adriancampo commented 9 months ago

CI with fixed branch of fastrtps: https://github.com/eProsima/Fast-DDS-Gen/actions/runs/7180316710

adriancampo commented 9 months ago

CI with merged modules: https://github.com/eProsima/Fast-DDS-Gen/actions/runs/7181067979