Enum BridgeOuputValue

java.lang.Object
java.lang.Enum<BridgeOuputValue>
com.ctre.phoenixpro.signals.BridgeOuputValue
All Implemented Interfaces:
Serializable, Comparable<BridgeOuputValue>, java.lang.constant.Constable

@Deprecated(forRemoval=true)
public enum BridgeOuputValue
extends Enum<BridgeOuputValue>
Deprecated, for removal: This API element is subject to removal in a future version.
Classes in the phoenixpro package will be removed in 2024. Users should instead use classes from the phoenix6 package.
The applied output of the bridge.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    BridgeReq_Brake
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    BridgeReq_Coast
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    BridgeReq_FaultBrake
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    BridgeReq_FaultCoast
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    BridgeReq_FOCEasy
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    BridgeReq_FOCTorque
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    BridgeReq_MusicTone
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    BridgeReq_Trapez
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int value
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type Method Description
    static BridgeOuputValue valueOf​(int value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets BridgeOuputValue from specified value
    static BridgeOuputValue valueOf​(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this type with the specified name.
    static BridgeOuputValue[] values()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait