Functions
Link copied to clipboard
fun createPath(telemetries: List<TelemetryProtos.Telemetry>, index: Int, path: Path, oldestTime: Int, timeRange: Int, width: Float, timeThreshold: Long, calculateY: (Int) -> Float): Int
Creates a Path that could be used to draw a line from the index to the end of telemetries or the last point before a time separation between Telemetrys.
Link copied to clipboard