|
CTRE Phoenix 6 C++ 26.3.0
|
The base class for all device configurators. More...
#include <ctre/phoenix6/configs/Configurator.hpp>
Public Attributes | |
| units::time::second_t | DefaultTimeoutSeconds {0.100_s} |
| The default maximum amount of time to wait for a config. | |
Protected Member Functions | |
| ParentConfigurator (hardware::DeviceIdentifier deviceIdentifier) | |
| ParentConfigurator (ParentConfigurator const &)=delete | |
| ParentConfigurator & | operator= (ParentConfigurator const &)=delete |
| void | ReportIfFrequent () const |
| ctre::phoenix::StatusCode | SetConfigsPrivate (std::string_view serializedString, units::time::second_t timeoutSeconds, bool futureProofConfigs, bool overrideIfDuplicate) |
| ctre::phoenix::StatusCode | GetConfigsPrivate (std::string &serializedString, units::time::second_t timeoutSeconds) const |
The base class for all device configurators.
|
inlineprotected |
|
protecteddelete |
|
protected |
|
protecteddelete |
|
protected |
|
protected |
| units::time::second_t ctre::phoenix6::configs::ParentConfigurator::DefaultTimeoutSeconds {0.100_s} |
The default maximum amount of time to wait for a config.