WPILibC++
2018.4.1-20180729133221-1141-g00c2cd7
|
This is the complete list of members for frc::CAN, including all inherited members.
CAN(int deviceId) | frc::CAN | explicit |
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(const ErrorBase &)=delete (defined in frc::ErrorBase) | frc::ErrorBase | |
GetError() | frc::ErrorBase | virtual |
GetError() const | frc::ErrorBase | virtual |
GetGlobalError() | frc::ErrorBase | static |
kTeamDeviceType (defined in frc::CAN) | frc::CAN | static |
kTeamManufacturer (defined in frc::CAN) | frc::CAN | static |
m_error (defined in frc::ErrorBase) | frc::ErrorBase | mutableprotected |
operator=(const ErrorBase &)=delete (defined in frc::ErrorBase) | frc::ErrorBase | |
ReadPacketLatest(int apiId, CANData *data) | frc::CAN | |
ReadPacketNew(int apiId, CANData *data) | frc::CAN | |
ReadPacketTimeout(int apiId, int timeoutMs, CANData *data) | frc::CAN | |
ReadPeriodicPacket(int apiId, int timeoutMs, int periodMs, CANData *data) | frc::CAN | |
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 |
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 |
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 |
StopPacketRepeating(int apiId) | frc::CAN | |
WritePacket(const uint8_t *data, int length, int apiId) | frc::CAN | |
WritePacketRepeating(const uint8_t *data, int length, int apiId, int repeatMs) | frc::CAN | |
~CAN() override | frc::CAN | |
~ErrorBase()=default (defined in frc::ErrorBase) | frc::ErrorBase | virtual |