GetTranslationIndices

virtual std::vector<uint32_t> ISignal::GetTranslationIndices() = 0

Gets vector of values that can be translated to human-readable string representations.

Returns

std::vector<uint32_t> – Vector of values that can be translated to human-readable string representations.

Throws
Remarks

Meant for:

  • Booleans, i.e. “0” or “1”

  • Enumerations, i.e. enumerators

  • Masks, i.e. mask values.