Skip to content

GetField doesn't work for string arrays or byte arrays #415

@DevinKoopmans

Description

@DevinKoopmans

In UnpackedFields::GetField all data types are implemented except LVMessageMetadataType::StringValue and LVMessageMetadataType::BytesValue when isRepeated is true. In these cases, the function is just a no-op and doesn't even return an error.

String arrays are a supported data type for Measurement Plug-ins and they are not currently able to be read by field using the LV API.

This has prevented FlexLogger from supporting string arrays in our Measurement Plugin implementation.

AB#3058431

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