Enum ParameterType

Enum Documentation

enum class foxglove::ParameterType : uint8_t

A parameter type.

This enum is used to disambiguate Parameter values, in situations where the wire representation is ambiguous.

Values:

enumerator None

The parameter value can be inferred from the inner parameter value tag.

enumerator ByteArray

An array of bytes.

enumerator Float64

A floating-point value that can be represented as a float64.

enumerator Float64Array

An array of floating-point values that can be represented as float64s.