WPILibC++
2019.1.1-beta-4-27-ga2368a6
|
This is the complete list of members for frc::RobotDriveBase, including all inherited members.
AddChild(std::shared_ptr< Sendable > child) | frc::SendableBase | protected |
AddChild(void *child) | frc::SendableBase | protected |
ApplyDeadband(double number, double deadband) | frc::RobotDriveBase | 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 |
ErrorBase() (defined in frc::ErrorBase) | frc::ErrorBase | |
ErrorBase(ErrorBase &&)=default (defined in frc::ErrorBase) | frc::ErrorBase | |
Feed() | frc::MotorSafety | |
FeedWatchdog() | frc::RobotDriveBase | |
GetDescription(wpi::raw_ostream &desc) const override=0 (defined in frc::RobotDriveBase) | frc::RobotDriveBase | pure virtual |
GetError() | frc::ErrorBase | virtual |
GetError() const | frc::ErrorBase | virtual |
GetExpiration() const | frc::MotorSafety | |
GetGlobalError() | frc::ErrorBase | static |
GetName() const final | frc::SendableBase | virtual |
GetSubsystem() const final | frc::SendableBase | virtual |
InitSendable(SendableBuilder &builder)=0 | frc::Sendable | pure virtual |
IsAlive() const | frc::MotorSafety | |
IsSafetyEnabled() const | frc::MotorSafety | |
kBack enum value (defined in frc::RobotDriveBase) | frc::RobotDriveBase | |
kFrontLeft enum value (defined in frc::RobotDriveBase) | frc::RobotDriveBase | |
kFrontRight enum value (defined in frc::RobotDriveBase) | frc::RobotDriveBase | |
kLeft enum value (defined in frc::RobotDriveBase) | frc::RobotDriveBase | |
kRearLeft enum value (defined in frc::RobotDriveBase) | frc::RobotDriveBase | |
kRearRight enum value (defined in frc::RobotDriveBase) | frc::RobotDriveBase | |
kRight enum value (defined in frc::RobotDriveBase) | frc::RobotDriveBase | |
Limit(double number) | frc::RobotDriveBase | protected |
m_deadband (defined in frc::RobotDriveBase) | frc::RobotDriveBase | protected |
m_error (defined in frc::ErrorBase) | frc::ErrorBase | mutableprotected |
m_maxOutput (defined in frc::RobotDriveBase) | frc::RobotDriveBase | protected |
MotorSafety() (defined in frc::MotorSafety) | frc::MotorSafety | |
MotorSafety(MotorSafety &&rhs) (defined in frc::MotorSafety) | frc::MotorSafety | |
MotorType enum name | frc::RobotDriveBase | |
Normalize(wpi::MutableArrayRef< double > wheelSpeeds) | frc::RobotDriveBase | protected |
operator=(RobotDriveBase &&)=default (defined in frc::RobotDriveBase) | frc::RobotDriveBase | |
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 | |
RobotDriveBase() (defined in frc::RobotDriveBase) | frc::RobotDriveBase | |
RobotDriveBase(RobotDriveBase &&)=default (defined in frc::RobotDriveBase) | frc::RobotDriveBase | |
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 | |
SetDeadband(double deadband) | frc::RobotDriveBase | |
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 |
SetMaxOutput(double maxOutput) | frc::RobotDriveBase | |
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 |
SetSafetyEnabled(bool enabled) | frc::MotorSafety | |
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 |
StatusIsFatal() const | frc::ErrorBase | virtual |
StopMotor() override=0 (defined in frc::RobotDriveBase) | frc::RobotDriveBase | pure virtual |
~ErrorBase()=default (defined in frc::ErrorBase) | frc::ErrorBase | virtual |
~MotorSafety() (defined in frc::MotorSafety) | frc::MotorSafety | virtual |
~RobotDriveBase() override=default (defined in frc::RobotDriveBase) | frc::RobotDriveBase | |
~Sendable()=default (defined in frc::Sendable) | frc::Sendable | virtual |
~SendableBase() override (defined in frc::SendableBase) | frc::SendableBase |