Interface ObjectEditorSettingsIfc

All Known Implementing Classes:
ObjectEditor

public interface ObjectEditorSettingsIfc
This interface permits an ObjectReportTransmitter to obtain extra information from an ObjectEditor that is not stored in the ObjectReport message.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the currently configured decay ratio for this object.
    int
    Get the currently configured fast send rate for this object.
    int
    Get the currently configured slow send raye for this object.
  • Method Details

    • getFastSendRate

      int getFastSendRate()
      Get the currently configured fast send rate for this object.
      Returns:
      fast send rate in seconds
    • getDecayRatio

      int getDecayRatio()
      Get the currently configured decay ratio for this object.
      Returns:
      decay ratio
    • getSlowSendRate

      int getSlowSendRate()
      Get the currently configured slow send raye for this object.
      Returns:
      slow send rate in seconds