Configs that affect audible components of the device.
Definition AudioConfigs.hpp:23
ctre::phoenix::StatusCode Deserialize(std::string const &to_deserialize) final
bool BeepOnConfig
If true, the TalonFX will beep during configuration API calls if device is disabled.
Definition AudioConfigs.hpp:44
bool AllowMusicDurDisable
If true, the TalonFX will allow Orchestra and MusicTone requests during disabled state.
Definition AudioConfigs.hpp:54
constexpr AudioConfigs()=default
std::string ToString() const override
constexpr AudioConfigs & WithBeepOnBoot(bool newBeepOnBoot)
Modifies this configuration's BeepOnBoot parameter and returns itself for method-chaining and easier ...
Definition AudioConfigs.hpp:69
constexpr AudioConfigs & WithAllowMusicDurDisable(bool newAllowMusicDurDisable)
Modifies this configuration's AllowMusicDurDisable parameter and returns itself for method-chaining a...
Definition AudioConfigs.hpp:110
std::string Serialize() const final
constexpr AudioConfigs & WithBeepOnConfig(bool newBeepOnConfig)
Modifies this configuration's BeepOnConfig parameter and returns itself for method-chaining and easie...
Definition AudioConfigs.hpp:89
bool BeepOnBoot
If true, the TalonFX will beep during boot-up.
Definition AudioConfigs.hpp:35
Definition Configuration.hpp:17
Definition motor_constants.h:14