Package com.ctre.phoenixpro.configs
Class ParentConfigurator
java.lang.Object
com.ctre.phoenixpro.configs.ParentConfigurator
- Direct Known Subclasses:
CANcoderConfigurator
,Pigeon2Configurator
,TalonFXConfigurator
@Deprecated(forRemoval=true) public class ParentConfigurator extends Object
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.
-
Field Summary
Fields Modifier and Type Field Description double
defaultTimeoutSeconds
Deprecated, for removal: This API element is subject to removal in a future version.The most amount of time to wait for a config. -
Constructor Summary
Constructors Modifier Constructor Description protected
ParentConfigurator(DeviceIdentifier deviceIdentifier)
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and Type Method Description protected StatusCode
getConfigsPrivate(StringBuilder serialString, double timeoutSeconds)
Deprecated, for removal: This API element is subject to removal in a future version.protected StatusCode
setConfigsPrivate(String serialString, double timeoutSeconds, boolean futureProofConfigs, boolean overrideIfDuplicate)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
defaultTimeoutSeconds
Deprecated, for removal: This API element is subject to removal in a future version.The most amount of time to wait for a config.
-
-
Constructor Details
-
ParentConfigurator
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setConfigsPrivate
protected StatusCode setConfigsPrivate(String serialString, double timeoutSeconds, boolean futureProofConfigs, boolean overrideIfDuplicate)Deprecated, for removal: This API element is subject to removal in a future version. -
getConfigsPrivate
Deprecated, for removal: This API element is subject to removal in a future version.
-