PMCfgDefs

data class PMCfgDefs(val cfgDefs: List<PMCfgDefinition>? = null, val vehicleDefs: List<PMCfgDefinition>? = null, val vehicleVariants: List<PMCfgVehicleVariant>? = null)

Represents list of configuration option definitions

Constructors

Link copied to clipboard
fun PMCfgDefs(cfgDefs: List<PMCfgDefinition>? = null, vehicleDefs: List<PMCfgDefinition>? = null, vehicleVariants: List<PMCfgVehicleVariant>? = null)

Properties

Link copied to clipboard

List of used options for application

Link copied to clipboard

List of used options for one vehicle

Link copied to clipboard

List of defined vehicle variants.