Skip to content

Neighboring Oneof structures issue #343

@arevh

Description

@arevh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions