This is the complete list of members for Victor, including all inherited members.
_globalError (defined in ErrorBase) | ErrorBase | protectedstatic |
_globalErrorMutex (defined in ErrorBase) | ErrorBase | protectedstatic |
AddToSingletonList() | SensorBase | protected |
CheckAnalogChannel(uint32_t channel) | SensorBase | static |
CheckAnalogModule(uint8_t moduleNumber) | SensorBase | static |
CheckDigitalChannel(uint32_t channel) | SensorBase | static |
CheckDigitalModule(uint8_t moduleNumber) | SensorBase | static |
CheckPWMChannel(uint32_t channel) | SensorBase | static |
CheckPWMModule(uint8_t moduleNumber) | SensorBase | static |
CheckRelayChannel(uint32_t channel) | SensorBase | static |
CheckRelayModule(uint8_t moduleNumber) | SensorBase | static |
CheckSolenoidChannel(uint32_t channel) | SensorBase | static |
CheckSolenoidModule(uint8_t moduleNumber) | SensorBase | static |
ClearError() const | ErrorBase | virtual |
CloneError(ErrorBase *rhs) const (defined in ErrorBase) | ErrorBase | virtual |
DeleteSingletons() | SensorBase | static |
Disable() | Victor | virtual |
EnableDeadbandElimination(bool eliminateDeadband) | PWM | |
ErrorBase() | ErrorBase | protected |
Get() | Victor | virtual |
GetChannel() (defined in PWM) | PWM | inline |
GetDefaultAnalogModule() (defined in SensorBase) | SensorBase | inlinestatic |
GetDefaultDigitalModule() (defined in SensorBase) | SensorBase | inlinestatic |
GetDefaultSolenoidModule() (defined in SensorBase) | SensorBase | inlinestatic |
GetDescription(char *desc) (defined in SafePWM) | SafePWM | virtual |
GetError() | ErrorBase | virtual |
GetError() const (defined in ErrorBase) | ErrorBase | virtual |
GetExpiration() | SafePWM | virtual |
GetGlobalError() | ErrorBase | static |
GetModuleNumber() (defined in PWM) | PWM | |
GetPosition() | PWM | protectedvirtual |
GetRaw() | PWM | virtual |
GetSmartDashboardType() (defined in PWM) | PWM | protected |
GetSpeed() | PWM | protectedvirtual |
GetTable() (defined in PWM) | PWM | protected |
InitTable(ITable *subTable) (defined in PWM) | PWM | protected |
IsAlive() | SafePWM | virtual |
IsSafetyEnabled() | SafePWM | virtual |
kAnalogChannels (defined in SensorBase) | SensorBase | static |
kAnalogModules (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 |
kDigitalModules (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 |
kSystemClockTicksPerMicrosecond (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_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_table (defined in PWM) | PWM | protected |
PeriodMultiplier enum name (defined in PWM) | PWM | |
PIDWrite(float output) | Victor | virtual |
PWM(uint32_t channel) | PWM | explicit |
PWM(uint8_t moduleNumber, uint32_t channel) | PWM | |
SafePWM(uint32_t channel) | SafePWM | explicit |
SafePWM(uint8_t moduleNumber, uint32_t channel) | SafePWM | |
SensorBase() | SensorBase | |
Set(float value, uint8_t syncGroup=0) | Victor | 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(const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) const | ErrorBase | virtual |
SetError(Error::Code code, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) const | ErrorBase | virtual |
SetExpiration(float timeout) (defined in SafePWM) | SafePWM | virtual |
SetGlobalError(Error::Code code, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) (defined in ErrorBase) | ErrorBase | static |
SetGlobalWPIError(const char *errorMessage, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) (defined in ErrorBase) | ErrorBase | static |
SetImaqError(int success, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) const | ErrorBase | virtual |
SetPeriodMultiplier(PeriodMultiplier mult) | PWM | |
SetPosition(float pos) | PWM | protectedvirtual |
SetRaw(uint8_t value) | PWM | virtual |
SetSafetyEnabled(bool enabled) | SafePWM | virtual |
SetSpeed(float speed) | SafePWM | virtual |
SetWPIError(const char *errorMessage, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) const | ErrorBase | virtual |
StartLiveWindowMode() (defined in PWM) | PWM | protected |
StatusIsFatal() const | ErrorBase | virtual |
StopLiveWindowMode() (defined in PWM) | PWM | protected |
StopMotor() | SafePWM | virtual |
UpdateTable() (defined in PWM) | PWM | protected |
ValueChanged(ITable *source, const std::string &key, EntryValue value, bool isNew) (defined in PWM) | PWM | protected |
Victor(uint32_t channel) | Victor | explicit |
Victor(uint8_t moduleNumber, uint32_t channel) | Victor | |
~ErrorBase() (defined in ErrorBase) | ErrorBase | virtual |
~PWM() | PWM | virtual |
~SafePWM() (defined in SafePWM) | SafePWM | |
~SensorBase() | SensorBase | virtual |
~SpeedController() (defined in SpeedController) | SpeedController | inlinevirtual |
~Victor() (defined in Victor) | Victor | virtual |