PuckBearingSource

enum PuckBearingSource : Enum<PuckBearingSource>

The enum controls how the puck is oriented

Parameters

value

String value of this property

Entries

HEADING
Link copied to clipboard
HEADING("heading")
Orients the puck to match the direction in which the device is facing.
COURSE
Link copied to clipboard
COURSE("course")
Orients the puck to match the direction in which the device is moving.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: PuckBearingSource): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<PuckBearingSource>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: String
String value of this property