WPILibC++
2019.1.1-beta-4-30-g3635116
|
This is the complete list of members for frc::SD540, including all inherited members.
AddChild(std::shared_ptr< Sendable > child) | frc::SendableBase | protected |
AddChild(void *child) | frc::SendableBase | protected |
Check() | frc::MotorSafety | |
CheckMotors() | frc::MotorSafety | static |
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(ErrorBase &&)=default (defined in frc::ErrorBase) | frc::ErrorBase | |
Feed() | frc::MotorSafety | |
Get() const override | frc::PWMSpeedController | virtual |
GetChannel() const (defined in frc::PWM) | frc::PWM | |
GetDescription(wpi::raw_ostream &desc) const override (defined in frc::PWM) | frc::PWM | virtual |
GetError() | frc::ErrorBase | virtual |
GetError() const | frc::ErrorBase | virtual |
GetExpiration() const | frc::MotorSafety | |
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::MotorSafety | |
IsSafetyEnabled() const | frc::MotorSafety | |
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 |
MotorSafety() (defined in frc::MotorSafety) | frc::MotorSafety | |
MotorSafety(MotorSafety &&rhs) (defined in frc::MotorSafety) | frc::MotorSafety | |
operator=(SD540 &&)=default (defined in frc::SD540) | frc::SD540 | |
operator=(PWMSpeedController &&)=default (defined in frc::PWMSpeedController) | frc::PWMSpeedController | |
operator=(PWM &&rhs) (defined in frc::PWM) | frc::PWM | |
operator=(MotorSafety &&rhs) (defined in frc::MotorSafety) | frc::MotorSafety | |
operator=(ErrorBase &&)=default (defined in frc::ErrorBase) | frc::ErrorBase | |
operator=(SendableBase &&rhs) (defined in frc::SendableBase) | frc::SendableBase | |
operator=(Sendable &&)=default (defined in frc::Sendable) | frc::Sendable | |
PeriodMultiplier enum name | frc::PWM | |
PIDWrite(double output) override | frc::PWMSpeedController | virtual |
PWM(int channel) | frc::PWM | explicit |
PWM(PWM &&rhs) (defined in frc::PWM) | frc::PWM | |
PWMSpeedController(PWMSpeedController &&)=default (defined in frc::PWMSpeedController) | frc::PWMSpeedController | |
PWMSpeedController(int channel) | frc::PWMSpeedController | explicitprotected |
SD540(int channel) | frc::SD540 | explicit |
SD540(SD540 &&)=default (defined in frc::SD540) | frc::SD540 | |
Sendable()=default (defined in frc::Sendable) | frc::Sendable | |
Sendable(Sendable &&)=default (defined in frc::Sendable) | frc::Sendable | |
SendableBase(bool addLiveWindow=true) | frc::SendableBase | explicit |
SendableBase(SendableBase &&rhs) (defined in frc::SendableBase) | frc::SendableBase | |
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 expirationTime) | frc::MotorSafety | |
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::MotorSafety | |
SetSpeed(double speed) | frc::PWM | 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 |
~ErrorBase()=default (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
~MotorSafety() (defined in frc::MotorSafety) | frc::MotorSafety | virtual |
~PWM() override | frc::PWM | |
~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 |