This is the complete list of members for AnalogModule, including all inherited members.
_globalError (defined in ErrorBase) | ErrorBase | protectedstatic |
_globalErrorMutex (defined in ErrorBase) | ErrorBase | protectedstatic |
AddToSingletonList() | SensorBase | protected |
AnalogModule(uint8_t moduleNumber) | AnalogModule | explicitprotected |
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 |
ErrorBase() | ErrorBase | protected |
GetAverageBits(uint32_t channel) | AnalogModule | |
GetAverageValue(uint32_t channel) | AnalogModule | |
GetAverageVoltage(uint32_t channel) | AnalogModule | |
GetDefaultAnalogModule() (defined in SensorBase) | SensorBase | inlinestatic |
GetDefaultDigitalModule() (defined in SensorBase) | SensorBase | inlinestatic |
GetDefaultSolenoidModule() (defined in SensorBase) | SensorBase | inlinestatic |
GetError() | ErrorBase | virtual |
GetError() const (defined in ErrorBase) | ErrorBase | virtual |
GetGlobalError() | ErrorBase | static |
GetInstance(uint8_t moduleNumber) | AnalogModule | static |
GetLSBWeight(uint32_t channel) | AnalogModule | |
GetModule(nLoadOut::tModuleType type, uint8_t number) | Module | static |
GetNumber() (defined in Module) | Module | inline |
GetOffset(uint32_t channel) | AnalogModule | |
GetOversampleBits(uint32_t channel) | AnalogModule | |
GetSampleRate() | AnalogModule | |
GetType() (defined in Module) | Module | inline |
GetValue(uint32_t channel) | AnalogModule | |
GetVoltage(uint32_t channel) | AnalogModule | |
kAnalogChannels (defined in SensorBase) | SensorBase | static |
kAnalogModules (defined in SensorBase) | SensorBase | static |
kChassisSlots (defined in SensorBase) | SensorBase | static |
kDefaultAverageBits (defined in AnalogModule) | AnalogModule | static |
kDefaultOversampleBits (defined in AnalogModule) | AnalogModule | static |
kDefaultSampleRate (defined in AnalogModule) | AnalogModule | static |
kDigitalChannels (defined in SensorBase) | SensorBase | static |
kDigitalModules (defined in SensorBase) | SensorBase | static |
kPwmChannels (defined in SensorBase) | SensorBase | static |
kRelayChannels (defined in SensorBase) | SensorBase | static |
kSolenoidChannels (defined in SensorBase) | SensorBase | static |
kSolenoidModules (defined in SensorBase) | SensorBase | static |
kSystemClockTicksPerMicrosecond (defined in SensorBase) | SensorBase | static |
kTimebase | AnalogModule | static |
m_error (defined in ErrorBase) | ErrorBase | mutableprotected |
m_moduleNumber | Module | protected |
m_moduleType | Module | protected |
Module (defined in AnalogModule) | AnalogModule | friend |
Module::Module(nLoadOut::tModuleType type, uint8_t number) | Module | explicitprotected |
SensorBase() | SensorBase | |
SetAverageBits(uint32_t channel, uint32_t bits) | AnalogModule | |
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 |
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 |
SetOversampleBits(uint32_t channel, uint32_t bits) | AnalogModule | |
SetSampleRate(float samplesPerSecond) | AnalogModule | |
SetWPIError(const char *errorMessage, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) const | ErrorBase | virtual |
StatusIsFatal() const | ErrorBase | virtual |
VoltsToValue(int32_t channel, float voltage) | AnalogModule | |
~AnalogModule() | AnalogModule | protectedvirtual |
~ErrorBase() (defined in ErrorBase) | ErrorBase | virtual |
~Module() | Module | protectedvirtual |
~SensorBase() | SensorBase | virtual |