WPILibC++
2019.1.1-beta-1-6-g9f6544f
|
This is the complete list of members for frc::CAN, including all inherited members.
CAN(int deviceId) | frc::CAN | explicit |
CAN(int deviceId, int deviceManufacturer, int deviceType) | frc::CAN | |
CAN(CAN &&rhs) (defined in frc::CAN) | frc::CAN | |
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(ErrorBase &&)=default (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=(CAN &&rhs) (defined in frc::CAN) | frc::CAN | |
operator=(ErrorBase &&)=default (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 |