Closed zoeeer closed 2 months ago
Hi @zoeeer,
Yes, the same output will be produced for plain
and final
for serialization mechanisms except if using unsigned long long
or unsigned double
.
Feeling free to close this as it is not an issue.
oh, thanks for the explanation.
When a type is declared with
@final
extensibility, the generated code has two versions foris_plain()
method, but they seem identical.see: https://github.com/eProsima/Fast-DDS/commit/4c9f1d6ff2bd6ef4ab79327809c0e74f3db74238#r146264299
The type is defined as such: