WPILibC++
unspecified
|
This is the complete list of members for Talon, including all inherited members.
_globalError (defined in ErrorBase) | ErrorBase | protectedstatic |
_globalErrorMutex (defined in ErrorBase) | ErrorBase | protectedstatic |
AddToSingletonList() | SensorBase | protected |
CheckAnalogInput(uint32_t channel) | SensorBase | static |
CheckAnalogOutput(uint32_t channel) | SensorBase | static |
CheckDigitalChannel(uint32_t channel) | SensorBase | static |
CheckPDPChannel(uint32_t channel) | SensorBase | static |
CheckPWMChannel(uint32_t channel) | SensorBase | static |
CheckRelayChannel(uint32_t channel) | SensorBase | static |
CheckSolenoidChannel(uint32_t channel) | SensorBase | static |
CheckSolenoidModule(uint8_t moduleNumber) | SensorBase | static |
ClearError() const | ErrorBase | virtual |
CloneError(const ErrorBase &rhs) const (defined in ErrorBase) | ErrorBase | virtual |
DeleteSingletons() | SensorBase | static |
Disable() override | Talon | virtual |
EnableDeadbandElimination(bool eliminateDeadband) | PWM | |
ErrorBase()=default (defined in ErrorBase) | ErrorBase | |
ErrorBase(const ErrorBase &)=delete (defined in ErrorBase) | ErrorBase | |
Get() const override | Talon | virtual |
GetChannel() const (defined in PWM) | PWM | inline |
GetDefaultSolenoidModule() (defined in SensorBase) | SensorBase | inlinestatic |
GetDescription(std::ostringstream &desc) const (defined in SafePWM) | SafePWM | virtual |
GetError() | ErrorBase | virtual |
GetError() const (defined in ErrorBase) | ErrorBase | virtual |
GetExpiration() const | SafePWM | virtual |
GetGlobalError() | ErrorBase | static |
GetInverted() const override | Talon | virtual |
GetPosition() const | PWM | protectedvirtual |
GetRaw() const | PWM | virtual |
GetSmartDashboardType() const override | PWM | protectedvirtual |
GetSpeed() const | PWM | protectedvirtual |
GetTable() const override | PWM | protectedvirtual |
InitTable(std::shared_ptr< ITable > subTable) override | PWM | protectedvirtual |
IsAlive() const | SafePWM | virtual |
IsSafetyEnabled() const | SafePWM | virtual |
kAnalogInputs (defined in SensorBase) | SensorBase | static |
kAnalogOutputs (defined in SensorBase) | SensorBase | static |
kChassisSlots (defined in SensorBase) | SensorBase | static |
kDefaultPwmCenter | PWM | protectedstatic |
kDefaultPwmPeriod | PWM | protectedstatic |
kDefaultPwmStepsDown | PWM | protectedstatic |
kDigitalChannels (defined in SensorBase) | SensorBase | static |
kPDPChannels (defined in SensorBase) | SensorBase | static |
kPeriodMultiplier_1X enum value (defined in PWM) | PWM | |
kPeriodMultiplier_2X enum value (defined in PWM) | PWM | |
kPeriodMultiplier_4X enum value (defined in PWM) | PWM | |
kPwmChannels (defined in SensorBase) | SensorBase | static |
kPwmDisabled (defined in PWM) | PWM | protectedstatic |
kRelayChannels (defined in SensorBase) | SensorBase | static |
kSolenoidChannels (defined in SensorBase) | SensorBase | static |
kSolenoidModules (defined in SensorBase) | SensorBase | static |
m_centerPwm (defined in PWM) | PWM | protected |
m_deadbandMaxPwm (defined in PWM) | PWM | protected |
m_deadbandMinPwm (defined in PWM) | PWM | protected |
m_digital_ports (defined in SensorBase) | SensorBase | protectedstatic |
m_eliminateDeadband (defined in PWM) | PWM | protected |
m_error (defined in ErrorBase) | ErrorBase | mutableprotected |
m_maxPwm (defined in PWM) | PWM | protected |
m_minPwm (defined in PWM) | PWM | protected |
m_pwm_ports (defined in SensorBase) | SensorBase | protectedstatic |
m_relay_ports (defined in SensorBase) | SensorBase | protectedstatic |
m_table (defined in PWM) | PWM | protected |
operator=(const SensorBase &)=delete (defined in SensorBase) | SensorBase | |
operator=(const ErrorBase &)=delete (defined in ErrorBase) | ErrorBase | |
PeriodMultiplier enum name (defined in PWM) | PWM | |
PIDWrite(float output) override | Talon | virtual |
PWM(uint32_t channel) | PWM | explicit |
SafePWM(uint32_t channel) | SafePWM | explicit |
SensorBase() | SensorBase | |
SensorBase(const SensorBase &)=delete (defined in SensorBase) | SensorBase | |
Set(float value, uint8_t syncGroup=0) override | Talon | virtual |
SetBounds(int32_t max, int32_t deadbandMax, int32_t center, int32_t deadbandMin, int32_t min) | PWM | |
SetBounds(double max, double deadbandMax, double center, double deadbandMin, double min) | PWM | |
SetErrnoError(llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const | ErrorBase | virtual |
SetError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const | ErrorBase | virtual |
SetExpiration(float timeout) | SafePWM | virtual |
SetGlobalError(Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) (defined in ErrorBase) | ErrorBase | static |
SetGlobalWPIError(llvm::StringRef errorMessage, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) (defined in ErrorBase) | ErrorBase | static |
SetImaqError(int success, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const | ErrorBase | virtual |
SetInverted(bool isInverted) override | Talon | virtual |
SetPeriodMultiplier(PeriodMultiplier mult) | PWM | |
SetPosition(float pos) | PWM | protectedvirtual |
SetRaw(unsigned short value) | PWM | virtual |
SetSafetyEnabled(bool enabled) | SafePWM | virtual |
SetSpeed(float speed) | SafePWM | virtual |
SetWPIError(llvm::StringRef errorMessage, Error::Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, uint32_t lineNumber) const | ErrorBase | virtual |
SetZeroLatch() (defined in PWM) | PWM | |
StartLiveWindowMode() override | PWM | protectedvirtual |
StatusIsFatal() const | ErrorBase | virtual |
StopLiveWindowMode() override | PWM | protectedvirtual |
StopMotor() override | Talon | virtual |
Talon(uint32_t channel) | Talon | explicit |
UpdateTable() override | PWM | protectedvirtual |
ValueChanged(ITable *source, llvm::StringRef key, std::shared_ptr< nt::Value > value, bool isNew) override | PWM | protectedvirtual |
ValueChangedEx(ITable *source, llvm::StringRef key, std::shared_ptr< nt::Value > value, unsigned int flags) | ITableListener | virtual |
~ErrorBase()=default (defined in ErrorBase) | ErrorBase | virtual |
~ITableListener()=default (defined in ITableListener) | ITableListener | virtual |
~PWM() | PWM | virtual |
~SafePWM()=default (defined in SafePWM) | SafePWM | virtual |
~SensorBase()=default (defined in SensorBase) | SensorBase | virtual |
~SpeedController()=default (defined in SpeedController) | SpeedController | virtual |
~Talon()=default (defined in Talon) | Talon | virtual |