FormattedVss

sealed class FormattedVss

Vehicle Signal Specification (VSS) is a precise language used to describe and model signals in vehicle networks. The JSON file collects signal specificiations in a VSS format.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class VssJson(val value: String) : FormattedVss

Provides the VSS in JSON format.

Functions

Link copied to clipboard

Casts this FormattedVss as a VssJson and retrieves its kotlin.String value. Throws an exception if the FormattedVss is not a VssJson.

Link copied to clipboard

Casts this FormattedVss as a VssJson and retrieves its kotlin.String value. Returns null if the FormattedVss is not a VssJson.