TruckSim-Telemetry-Kotlin
1.1
jvm
TruckSim-Telemetry-Kotlin
/
scs_sdk.model.truck.liquids
/
LiquidsType
/
Oil
Oil
class
Oil
(
temperature
:
Float
,
val
pressure
:
Float
,
warning
:
WarningLevels
)
:
LiquidsType
Subclass for Oil representation
Members
Constructors
Oil
Link copied to clipboard
constructor
(
temperature
:
Float
,
pressure
:
Float
,
warning
:
WarningLevels
)
Properties
avg
Consumption
Link copied to clipboard
val
avgConsumption
:
Float
?
=
null
capacity
Link copied to clipboard
val
capacity
:
Float
?
=
null
pressure
Link copied to clipboard
val
pressure
:
Float
?
=
null
range
Link copied to clipboard
val
range
:
Float
?
=
null
value
Link copied to clipboard
val
value
:
Float
?
=
null
warning
Levels
Link copied to clipboard
val
warningLevels
:
WarningLevels
?
=
null