java.lang.Object | |
↳ | com.commsignia.v2x.client.model.bsm.DrivingWheelAngle |
Represents the driving wheel angle in one third degrees (BSM).
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | MAX_VALUE | Maximum value | |||||||||
int | MIN_VALUE | Minimum value |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final DrivingWheelAngle | UNAVAILABLE | Special value when the angle is unavailable |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | compareTo(DrivingWheelAngle o) | ||||||||||
boolean | equals(Object o) | ||||||||||
int | hashCode() | ||||||||||
static DrivingWheelAngle |
of(int value)
Creates a driving wheel angle instance
| ||||||||||
String | toString() | ||||||||||
static DrivingWheelAngle |
unavailable()
Returns the unavailable value for driving wheel angle.
| ||||||||||
int |
value()
Returns the value for the angle.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Maximum value
Minimum value
Creates a driving wheel angle instance
value | driving wheel angle value in one third degrees |
---|
Returns the unavailable value for driving wheel angle.
Returns the value for the angle.