#include <GenericError.h>
Public Member Functions | |
| GenericError () | |
| GenericError (std::string message) | |
| GenericError (std::string message, std::string debugMessages) | |
| virtual | ~GenericError () |
| bool | isError () |
| std::string | getMessage () |
| std::string | getDebugMessage () |
Protected Attributes | |
| std::string | m_message |
| std::string | m_debugMessage |
| bool | m_isError |
Definition at line 20 of file GenericError.h.
| GenericError::GenericError | ( | ) |
Definition at line 15 of file GenericError.cpp.
| GenericError::GenericError | ( | std::string | message | ) |
Definition at line 20 of file GenericError.cpp.
| GenericError::GenericError | ( | std::string | message, |
| std::string | debugMessages | ||
| ) |
Definition at line 26 of file GenericError.cpp.
|
virtual |
Definition at line 32 of file GenericError.cpp.
| std::string GenericError::getDebugMessage | ( | ) |
Definition at line 46 of file GenericError.cpp.
References m_debugMessage.
Referenced by apra::I2C_Interface::I2C_Interface(), and apra::I2CError::operator=().
| std::string GenericError::getMessage | ( | ) |
Definition at line 41 of file GenericError.cpp.
References m_message.
Referenced by apra::I2C_Bus::genericRead(), apra::I2C_Bus::genericWrite(), apra::I2C_Interface::I2C_Interface(), and apra::I2CError::operator=().
| bool GenericError::isError | ( | ) |
Definition at line 36 of file GenericError.cpp.
References m_isError.
Referenced by apra::I2C_Interface::I2C_Interface(), apra::I2CError::operator=(), apra::I2C_Interface::performCompareRead(), apra::I2C_Interface::performRead(), apra::I2C_Interface::performWrite(), apra::I2C_Interface::processI2CTransaction(), apra::I2C_Bus::readOnce(), apra::I2C_Bus::readOnI2C(), apra::I2C_Interface::reSetupI2CBus(), and apra::I2C_Bus::writeOnce().
|
protected |
Definition at line 32 of file GenericError.h.
Referenced by getDebugMessage(), and apra::I2CError::operator=().
|
protected |
Definition at line 33 of file GenericError.h.
Referenced by isError(), and apra::I2CError::operator=().
|
protected |
Definition at line 31 of file GenericError.h.
Referenced by getMessage(), and apra::I2CError::operator=().