Package xbot.common.properties
Class AngularVelocityProperty
java.lang.Object
xbot.common.properties.Property
xbot.common.properties.MeasureProperty<AngularVelocity,MutAngularVelocity,AngularVelocityUnit>
xbot.common.properties.AngularVelocityProperty
- All Implemented Interfaces:
DataFrameRefreshable
public class AngularVelocityProperty
extends MeasureProperty<AngularVelocity,MutAngularVelocity,AngularVelocityUnit>
This manages an AngleVelocity in the property system.
-
Nested Class Summary
Nested classes/interfaces inherited from class xbot.common.properties.Property
Property.PropertyLevel, Property.PropertyPersistenceType -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionAngularVelocityProperty(String prefix, String name, AngularVelocity defaultValue, XPropertyManager manager) AngularVelocityProperty(String prefix, String name, AngularVelocity defaultValue, XPropertyManager manager, Property.PropertyLevel level) -
Method Summary
Methods inherited from class xbot.common.properties.MeasureProperty
get, get_internal, hasChangedSinceLastCheck, hasChangedSinceLastCheck, isSetToDefault, refreshDataFrame, set
-
Constructor Details
-
AngularVelocityProperty
public AngularVelocityProperty(String prefix, String name, AngularVelocity defaultValue, XPropertyManager manager) -
AngularVelocityProperty
public AngularVelocityProperty(String prefix, String name, AngularVelocity defaultValue, XPropertyManager manager, Property.PropertyLevel level)
-