-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fastddsgen does not process @key annotation correctly [11563] #60
Comments
@goehle Could you check with I will mark this as a bug, as |
With the HelloWorld.idl
HelloWorld.cxx
|
Hi,
Using
fastddsgen
version 2.0.0, which I compiled from the FastDDS 2.3 source code provided at eprosima.com the@key
annotation does not produce the correct key serialization code. Using the following IDLthe following
HelloWorld.cxx
file is producedIn particular even though
isKeyDefined
returnstrue
(as it should),serializeKey
doesn't actually serialize the index variable. If the@Key
annotation is used then theserializeKey
function is generated asThe text was updated successfully, but these errors were encountered: