This is the complete list of members for DigitalModule, including all inherited members.
_globalError (defined in ErrorBase) | ErrorBase | protectedstatic |
_globalErrorMutex (defined in ErrorBase) | ErrorBase | protectedstatic |
AddToSingletonList() | SensorBase | protected |
AllocateDIO(uint32_t channel, bool input) | DigitalModule | |
AllocateDO_PWM() | DigitalModule | |
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 |
DigitalModule(uint8_t moduleNumber) | DigitalModule | explicitprotected |
ErrorBase() | ErrorBase | protected |
FreeDIO(uint32_t channel) | DigitalModule | |
FreeDO_PWM(uint32_t pwmGenerator) | DigitalModule | |
GetDefaultAnalogModule() (defined in SensorBase) | SensorBase | inlinestatic |
GetDefaultDigitalModule() (defined in SensorBase) | SensorBase | inlinestatic |
GetDefaultSolenoidModule() (defined in SensorBase) | SensorBase | inlinestatic |
GetDIO(uint32_t channel) | DigitalModule | |
GetDIO() | DigitalModule | |
GetDIODirection(uint32_t channel) | DigitalModule | |
GetDIODirection() | DigitalModule | |
GetError() | ErrorBase | virtual |
GetError() const (defined in ErrorBase) | ErrorBase | virtual |
GetGlobalError() | ErrorBase | static |
GetI2C(uint32_t address) | DigitalModule | |
GetInstance(uint8_t moduleNumber) | DigitalModule | static |
GetLoopTiming() | DigitalModule | |
GetModule(nLoadOut::tModuleType type, uint8_t number) | Module | static |
GetNumber() (defined in Module) | Module | inline |
GetPWM(uint32_t channel) | DigitalModule | |
GetRelayForward(uint32_t channel) | DigitalModule | |
GetRelayForward() | DigitalModule | |
GetRelayReverse(uint32_t channel) | DigitalModule | |
GetRelayReverse() | DigitalModule | |
GetType() (defined in Module) | Module | inline |
I2C (defined in DigitalModule) | DigitalModule | friend |
IsPulsing(uint32_t channel) | DigitalModule | |
IsPulsing() | DigitalModule | |
kAnalogChannels (defined in SensorBase) | SensorBase | static |
kAnalogModules (defined in SensorBase) | SensorBase | static |
kChassisSlots (defined in SensorBase) | SensorBase | 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 |
m_error (defined in ErrorBase) | ErrorBase | mutableprotected |
m_moduleNumber | Module | protected |
m_moduleType | Module | protected |
Module (defined in DigitalModule) | DigitalModule | friend |
Module::Module(nLoadOut::tModuleType type, uint8_t number) | Module | explicitprotected |
Pulse(uint32_t channel, float pulseLength) | DigitalModule | |
RemapDigitalChannel(uint32_t channel) (defined in DigitalModule) | DigitalModule | inlinestatic |
SensorBase() | SensorBase | |
SetDIO(uint32_t channel, short value) | DigitalModule | |
SetDO_PWMDutyCycle(uint32_t pwmGenerator, float dutyCycle) | DigitalModule | |
SetDO_PWMOutputChannel(uint32_t pwmGenerator, uint32_t channel) | DigitalModule | |
SetDO_PWMRate(float rate) | DigitalModule | |
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 |
SetPWM(uint32_t channel, uint8_t value) | DigitalModule | |
SetPWMPeriodScale(uint32_t channel, uint32_t squelchMask) | DigitalModule | |
SetRelayForward(uint32_t channel, bool on) | DigitalModule | |
SetRelayReverse(uint32_t channel, bool on) | DigitalModule | |
SetWPIError(const char *errorMessage, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber) const | ErrorBase | virtual |
StatusIsFatal() const | ErrorBase | virtual |
UnmapDigitalChannel(uint32_t channel) (defined in DigitalModule) | DigitalModule | inlinestatic |
~DigitalModule() (defined in DigitalModule) | DigitalModule | protectedvirtual |
~ErrorBase() (defined in ErrorBase) | ErrorBase | virtual |
~Module() | Module | protectedvirtual |
~SensorBase() | SensorBase | virtual |