Class AngleProperty

java.lang.Object
xbot.common.properties.Property
xbot.common.properties.AngleProperty
All Implemented Interfaces:
DataFrameRefreshable

public class AngleProperty extends Property
This manages an Angle in the property system.
  • Constructor Details

  • Method Details

    • get

      public Angle get()
    • get_internal

      public Angle get_internal()
    • set

      public void set(Angle value)
    • hasChangedSinceLastCheck

      public void hasChangedSinceLastCheck(Consumer<Angle> callback)
    • hasChangedSinceLastCheck

      public boolean hasChangedSinceLastCheck()
    • isSetToDefault

      public boolean isSetToDefault()
      Description copied from class: Property
      Checks if the property's current value matches the default.
      Specified by:
      isSetToDefault in class Property
      Returns:
      True if the current value is the default.
    • refreshDataFrame

      public void refreshDataFrame()
      Description copied from interface: DataFrameRefreshable
      Consumes and processes inputs from the device or subsystem.