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 decimal or integer value that can be represented as a float64.

enumerator Float64Array

An array of decimal or integer values that can be represented as float64s.