public final enum

YawRateConfidence

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.commsignia.v2x.client.model.YawRateConfidence

Class Overview

Values for yaw rate confidence.

Summary

Enum Values
YawRateConfidence  DEGSEC_000_01  The accuracy is within 0,01 degrees/second  
YawRateConfidence  DEGSEC_000_05  The accuracy is within 0,05 degrees/second  
YawRateConfidence  DEGSEC_000_10  The accuracy is within 0,1 degrees/second  
YawRateConfidence  DEGSEC_001_00  The accuracy is within 1 degrees/second  
YawRateConfidence  DEGSEC_005_00  The accuracy is within 5 degrees/second  
YawRateConfidence  DEGSEC_010_00  The accuracy is within 10 degrees/second  
YawRateConfidence  DEGSEC_100_00  The accuracy is within 100 degrees/second  
YawRateConfidence  OUT_OF_RANGE  The accuracy is out of range  
YawRateConfidence  UNAVAILABLE  Information is unavailable  
Public Methods
static YawRateConfidence valueOf(String name)
final static YawRateConfidence[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final YawRateConfidence DEGSEC_000_01

The accuracy is within 0,01 degrees/second

public static final YawRateConfidence DEGSEC_000_05

The accuracy is within 0,05 degrees/second

public static final YawRateConfidence DEGSEC_000_10

The accuracy is within 0,1 degrees/second

public static final YawRateConfidence DEGSEC_001_00

The accuracy is within 1 degrees/second

public static final YawRateConfidence DEGSEC_005_00

The accuracy is within 5 degrees/second

public static final YawRateConfidence DEGSEC_010_00

The accuracy is within 10 degrees/second

public static final YawRateConfidence DEGSEC_100_00

The accuracy is within 100 degrees/second

public static final YawRateConfidence OUT_OF_RANGE

The accuracy is out of range

public static final YawRateConfidence UNAVAILABLE

Information is unavailable

Public Methods

public static YawRateConfidence valueOf (String name)

public static final YawRateConfidence[] values ()