#include <I2CError.h>
Public Member Functions | |
| I2CError () | |
| I2CError (std::string message) | |
| I2CError (std::string message, I2C_ERROR_CODE code) | |
| I2CError (I2C_ERROR_CODE code) | |
| I2CError (std::string message, std::string debugMessage) | |
| I2CError (std::string message, std::string debugMessage, I2C_ERROR_CODE code) | |
| I2CError (I2C_ERROR_CODE code, std::string debugMessage) | |
| virtual | ~I2CError () |
| I2CError & | operator= (I2CError other) |
| I2C_ERROR_CODE | getCode () |
Public Member Functions inherited from apra::GenericError | |
| GenericError () | |
| GenericError (std::string message) | |
| GenericError (std::string message, std::string debugMessages) | |
| virtual | ~GenericError () |
| bool | isError () |
| std::string | getMessage () |
| std::string | getDebugMessage () |
Protected Attributes | |
| I2C_ERROR_CODE | m_code |
Protected Attributes inherited from apra::GenericError | |
| std::string | m_message |
| std::string | m_debugMessage |
| bool | m_isError |
Definition at line 25 of file I2CError.h.
| apra::I2CError::I2CError | ( | ) |
Definition at line 17 of file I2CError.cpp.
| apra::I2CError::I2CError | ( | std::string | message | ) |
Definition at line 22 of file I2CError.cpp.
| apra::I2CError::I2CError | ( | std::string | message, |
| I2C_ERROR_CODE | code | ||
| ) |
Definition at line 28 of file I2CError.cpp.
| apra::I2CError::I2CError | ( | I2C_ERROR_CODE | code | ) |
Definition at line 33 of file I2CError.cpp.
| apra::I2CError::I2CError | ( | std::string | message, |
| std::string | debugMessage | ||
| ) |
Definition at line 38 of file I2CError.cpp.
| apra::I2CError::I2CError | ( | std::string | message, |
| std::string | debugMessage, | ||
| I2C_ERROR_CODE | code | ||
| ) |
Definition at line 43 of file I2CError.cpp.
| apra::I2CError::I2CError | ( | I2C_ERROR_CODE | code, |
| std::string | debugMessage | ||
| ) |
Definition at line 49 of file I2CError.cpp.
|
virtual |
Definition at line 69 of file I2CError.cpp.
| I2C_ERROR_CODE apra::I2CError::getCode | ( | ) |
Definition at line 55 of file I2CError.cpp.
References getCode(), apra::GenericError::getDebugMessage(), apra::GenericError::getMessage(), apra::GenericError::isError(), m_code, apra::GenericError::m_debugMessage, apra::GenericError::m_isError, and apra::GenericError::m_message.
|
protected |
Definition at line 40 of file I2CError.h.
Referenced by getCode(), and operator=().