WPILibC++
2018.4.1-20180819221726-1160-g6df500e
|
This is the complete list of members for frc::Talon, including all inherited members.
AddChild(std::shared_ptr< Sendable > child) | frc::SendableBase | protected |
AddChild(void *child) | frc::SendableBase | protected |
ClearError() const | frc::ErrorBase | virtual |
CloneError(const ErrorBase &rhs) const (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
Disable() override | frc::PWMSpeedController | virtual |
EnableDeadbandElimination(bool eliminateDeadband) | frc::PWM | |
ErrorBase() (defined in frc::ErrorBase) | frc::ErrorBase | |
ErrorBase(const ErrorBase &)=delete (defined in frc::ErrorBase) | frc::ErrorBase | |
Get() const override | frc::PWMSpeedController | virtual |
GetChannel() const (defined in frc::PWM) | frc::PWM | |
GetDescription(wpi::raw_ostream &desc) const (defined in frc::SafePWM) | frc::SafePWM | virtual |
GetError() | frc::ErrorBase | virtual |
GetError() const | frc::ErrorBase | virtual |
GetExpiration() const | frc::SafePWM | virtual |
GetGlobalError() | frc::ErrorBase | static |
GetInverted() const override | frc::PWMSpeedController | virtual |
GetName() const final | frc::SendableBase | virtual |
GetPosition() const | frc::PWM | virtual |
GetRaw() const | frc::PWM | virtual |
GetRawBounds(int32_t *max, int32_t *deadbandMax, int32_t *center, int32_t *deadbandMin, int32_t *min) | frc::PWM | |
GetSpeed() const | frc::PWM | virtual |
GetSubsystem() const final | frc::SendableBase | virtual |
InitSendable(SendableBuilder &builder) override | frc::PWMSpeedController | protectedvirtual |
IsAlive() const | frc::SafePWM | virtual |
IsSafetyEnabled() const | frc::SafePWM | virtual |
kPeriodMultiplier_1X enum value | frc::PWM | |
kPeriodMultiplier_2X enum value | frc::PWM | |
kPeriodMultiplier_4X enum value | frc::PWM | |
m_error (defined in frc::ErrorBase) | frc::ErrorBase | mutableprotected |
operator=(const ErrorBase &)=delete (defined in frc::ErrorBase) | frc::ErrorBase | |
PeriodMultiplier enum name | frc::PWM | |
PIDWrite(double output) override | frc::PWMSpeedController | virtual |
PWM(int channel) | frc::PWM | explicit |
PWMSpeedController(int channel) | frc::PWMSpeedController | explicitprotected |
SafePWM(int channel) | frc::SafePWM | explicit |
SendableBase(bool addLiveWindow=true) | frc::SendableBase | explicit |
Set(double value) override | frc::PWMSpeedController | virtual |
SetBounds(double max, double deadbandMax, double center, double deadbandMin, double min) | frc::PWM | |
SetDisabled() | frc::PWM | virtual |
SetErrnoError(const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetError(Error::Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetErrorRange(Error::Code code, int32_t minRange, int32_t maxRange, int32_t requestedValue, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetExpiration(double timeout) | frc::SafePWM | virtual |
SetGlobalError(Error::Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) (defined in frc::ErrorBase) | frc::ErrorBase | static |
SetGlobalWPIError(const wpi::Twine &errorMessage, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) (defined in frc::ErrorBase) | frc::ErrorBase | static |
SetImaqError(int success, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetInverted(bool isInverted) override | frc::PWMSpeedController | virtual |
SetName(const wpi::Twine &name) final | frc::SendableBase | virtual |
SetName(const wpi::Twine &moduleType, int channel) | frc::SendableBase | protected |
SetName(const wpi::Twine &moduleType, int moduleNumber, int channel) | frc::SendableBase | protected |
frc::Sendable::SetName(const wpi::Twine &subsystem, const wpi::Twine &name) | frc::Sendable | inline |
SetPeriodMultiplier(PeriodMultiplier mult) | frc::PWM | |
SetPosition(double pos) | frc::PWM | virtual |
SetRaw(uint16_t value) | frc::PWM | virtual |
SetRawBounds(int max, int deadbandMax, int center, int deadbandMin, int min) | frc::PWM | |
SetSafetyEnabled(bool enabled) | frc::SafePWM | virtual |
SetSpeed(double speed) | frc::SafePWM | virtual |
SetSubsystem(const wpi::Twine &subsystem) final | frc::SendableBase | virtual |
SetWPIError(const wpi::Twine &errorMessage, Error::Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber) const | frc::ErrorBase | virtual |
SetZeroLatch() (defined in frc::PWM) | frc::PWM | |
StatusIsFatal() const | frc::ErrorBase | virtual |
StopMotor() override | frc::PWMSpeedController | virtual |
Talon(int channel) | frc::Talon | explicit |
~ErrorBase()=default (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
~PWM() override | frc::PWM | |
~SafePWM()=default (defined in frc::SafePWM) | frc::SafePWM | virtual |
~Sendable()=default (defined in frc::Sendable) | frc::Sendable | virtual |
~SendableBase() override (defined in frc::SendableBase) | frc::SendableBase | |
~SpeedController()=default (defined in frc::SpeedController) | frc::SpeedController | virtual |