This is the complete list of members for I2C, including all inherited members.
_globalError (defined in ErrorBase) | ErrorBase | privatestatic |
_globalErrorMutex (defined in ErrorBase) | ErrorBase | privatestatic |
AddressOnly() | I2C | |
AddToSingletonList() | SensorBase | private |
Broadcast(uint8_t registerAddress, uint8_t data) | I2C | |
CheckAnalogChannel(uint32_t channel) | SensorBase | privatestatic |
CheckAnalogModule(uint8_t moduleNumber) | SensorBase | privatestatic |
CheckDigitalChannel(uint32_t channel) | SensorBase | privatestatic |
CheckDigitalModule(uint8_t moduleNumber) | SensorBase | privatestatic |
CheckPWMChannel(uint32_t channel) | SensorBase | privatestatic |
CheckPWMModule(uint8_t moduleNumber) | SensorBase | privatestatic |
CheckRelayChannel(uint32_t channel) | SensorBase | privatestatic |
CheckRelayModule(uint8_t moduleNumber) | SensorBase | privatestatic |
CheckSolenoidChannel(uint32_t channel) | SensorBase | privatestatic |
CheckSolenoidModule(uint8_t moduleNumber) | SensorBase | privatestatic |
ClearError() const | ErrorBase | privatevirtual |
CloneError(ErrorBase *rhs) const (defined in ErrorBase) | ErrorBase | privatevirtual |
DeleteSingletons() | SensorBase | privatestatic |
DigitalModule (defined in I2C) | I2C | friend |
ErrorBase() | ErrorBase | private |
GetDefaultAnalogModule() (defined in SensorBase) | SensorBase | inlineprivatestatic |
GetDefaultDigitalModule() (defined in SensorBase) | SensorBase | inlineprivatestatic |
GetDefaultSolenoidModule() (defined in SensorBase) | SensorBase | inlineprivatestatic |
GetError() | ErrorBase | privatevirtual |
GetError() const (defined in ErrorBase) | ErrorBase | privatevirtual |
GetGlobalError() | ErrorBase | privatestatic |
kAnalogChannels (defined in SensorBase) | SensorBase | privatestatic |
kAnalogModules (defined in SensorBase) | SensorBase | privatestatic |
kChassisSlots (defined in SensorBase) | SensorBase | privatestatic |
kDigitalChannels (defined in SensorBase) | SensorBase | privatestatic |
kDigitalModules (defined in SensorBase) | SensorBase | privatestatic |
kPwmChannels (defined in SensorBase) | SensorBase | privatestatic |
kRelayChannels (defined in SensorBase) | SensorBase | privatestatic |
kSolenoidChannels (defined in SensorBase) | SensorBase | privatestatic |
kSolenoidModules (defined in SensorBase) | SensorBase | privatestatic |
kSystemClockTicksPerMicrosecond (defined in SensorBase) | SensorBase | privatestatic |
m_error (defined in ErrorBase) | ErrorBase | mutableprivate |
Read(uint8_t registerAddress, uint8_t count, uint8_t *data) | I2C | |
SensorBase() | SensorBase | private |
SetCompatibilityMode(bool enable) | I2C | |
SetErrnoError(const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) const | ErrorBase | privatevirtual |
SetError(Error::Code code, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) const | ErrorBase | privatevirtual |
SetGlobalError(Error::Code code, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) (defined in ErrorBase) | ErrorBase | privatestatic |
SetGlobalWPIError(const char *errorMessage, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) (defined in ErrorBase) | ErrorBase | privatestatic |
SetImaqError(int success, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) const | ErrorBase | privatevirtual |
SetWPIError(const char *errorMessage, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) const | ErrorBase | privatevirtual |
StatusIsFatal() const | ErrorBase | privatevirtual |
Transaction(uint8_t *dataToSend, uint8_t sendSize, uint8_t *dataReceived, uint8_t receiveSize) | I2C | |
VerifySensor(uint8_t registerAddress, uint8_t count, const uint8_t *expected) | I2C | |
Write(uint8_t registerAddress, uint8_t data) | I2C | |
~ErrorBase() (defined in ErrorBase) | ErrorBase | privatevirtual |
~I2C() | I2C | virtual |
~SensorBase() | SensorBase | privatevirtual |