VhalPropertyDelegateTraceEventListener

interface VhalPropertyDelegateTraceEventListener : TraceEventListener

Functions

Link copied to clipboard
abstract fun onChangeEvent(carPropertyValue: CarPropertyValue<*>, vhalPropertyId: Int)
Link copied to clipboard
abstract fun onErrorEvent(vhalPropertyId: Int, areaId: Int)
Link copied to clipboard
abstract fun onMarkAsUnavailable(vhalPropertyId: Int, areaId: Int)
Link copied to clipboard
abstract fun onMarkAsUnsupported(vhalPropertyId: Int)
Link copied to clipboard
abstract fun onRegisterCallback(    vhalPropertyId: Int,     result: Boolean,     propertyConfig: CarPropertyConfig<Any>)
Link copied to clipboard
abstract fun onUnregisterCallback(vhalPropertyId: Int, propertyConfig: CarPropertyConfig<Any>)
Link copied to clipboard
abstract fun outOfRangeValueCoerced(    propertyIdentifier: String,     value: Comparable<*>,     coercedValue: Comparable<*>,     minimum: Comparable<*>,     maximum: Comparable<*>)

Inherited functions

Link copied to clipboard
open fun d(message: String, e: Throwable?)
Link copied to clipboard
open fun e(message: String, e: Throwable?)
Link copied to clipboard
open fun i(message: String, e: Throwable?)
Link copied to clipboard
open fun incorrectLogSignatureFound()
Link copied to clipboard
open fun v(message: String, e: Throwable?)
Link copied to clipboard
open fun w(message: String, e: Throwable?)