public class

DrivingWheelAngle

extends Object
implements Comparable<T>
java.lang.Object
   ↳ com.commsignia.v2x.client.model.bsm.DrivingWheelAngle

Class Overview

Represents the driving wheel angle in one third degrees (BSM).

Summary

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
From class java.lang.Object
From interface java.lang.Comparable

Constants

public static final int MAX_VALUE

Maximum value

Constant Value: 127 (0x0000007f)

public static final int MIN_VALUE

Minimum value

Constant Value: -127 (0xffffff81)

Fields

public static final DrivingWheelAngle UNAVAILABLE

Special value when the angle is unavailable

Public Methods

public int compareTo (DrivingWheelAngle o)

public boolean equals (Object o)

public int hashCode ()

public static DrivingWheelAngle of (int value)

Creates a driving wheel angle instance

Parameters
value driving wheel angle value in one third degrees
Returns
  • driving wheel angle instance

public String toString ()

public static DrivingWheelAngle unavailable ()

Returns the unavailable value for driving wheel angle.

Returns
  • unavailable value for driving wheel angle

public int value ()

Returns the value for the angle.

Returns
  • angle value in one third degrees