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
CUnsupportedException
– GetTranslationIndices not supported (signal data type must be ESignalDataType::Bool, ESignalDataType::Enum or ESignalDataType::Mask).CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.
- Remarks
Meant for:
Booleans, i.e. “0” or “1”
Enumerations, i.e. enumerators
Masks, i.e. mask values.