java.lang.Object | |
↳ | com.commsignia.v2x.client.model.bsm.ThrottlePosition |
Represents throttle position in .5 percents (BSM).
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | MAX_VALUE | Represents the maximum throttle position value in .5 percents. | |||||||||
int | MIN_VALUE | Represents the minimum throttle position value in .5 percents. |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final ThrottlePosition | UNAVAILABLE | Represents the unavailable throttle position value. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | compareTo(ThrottlePosition o) | ||||||||||
boolean | equals(Object o) | ||||||||||
int | hashCode() | ||||||||||
static ThrottlePosition |
of(int value)
Creates a throttle position instance
| ||||||||||
String | toString() | ||||||||||
static ThrottlePosition |
unavailable()
Returns the unavailable value for throttle position.
| ||||||||||
int |
value()
Returns the throttle position value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Represents the maximum throttle position value in .5 percents.
Represents the minimum throttle position value in .5 percents.
Represents the unavailable throttle position value.
Creates a throttle position instance
value | throttle position in .5 percents |
---|
Returns the unavailable value for throttle position.
Returns the throttle position value.