Skip to content
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

Neighboring Oneof structures issue #343

Open
arevh opened this issue Jan 22, 2024 · 0 comments
Open

Neighboring Oneof structures issue #343

arevh opened this issue Jan 22, 2024 · 0 comments

Comments

@arevh
Copy link

arevh commented Jan 22, 2024

If the message contains more than 1 Oneof structure, the second one's value is not converter properly from cluster value to grps message. Its value is returned as None.

In the example below dur_val will be received as None, even if some value was assigned in LabVIEW.

message WF_Constant {
oneof value {
string value_var_id = 2;
float value_val = 3;
}
oneof duration {
string dur_var_id = 5;
float dur_val = 6;
}
}

AB#2630427

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant