TelemetryInterface

class TelemetryInterface(val phone: Telemetry, val dashboard: Telemetry)

Class used to update both the phone telemetry and the dashboard telemetry. Also logs telemetry to Logcat

Constructors

Link copied to clipboard
constructor(phone: Telemetry, dashboard: Telemetry)

Properties

Link copied to clipboard
val dashboard: Telemetry
Link copied to clipboard
Link copied to clipboard
val phone: Telemetry

Functions

Link copied to clipboard
fun addData(name: String, data: Any, useDashboard: Boolean? = null)
Link copied to clipboard
fun addLine(line: String, useDashboard: Boolean? = null)
Link copied to clipboard
fun update()