![]() |
THM1176InstrumentDriver
1.0
C++ API for Metrolab THM1176
|
Error returned by the instrument. More...
#include <THM1176Types.h>
Public Member Functions | |
sError (I32 Code=0, std::string Description="", std::string Context="") | |
Constructor. More... | |
bool | operator== (sError other) const |
Equality operator. More... | |
bool | operator!= (sError other) const |
Inequality operator. More... | |
Public Attributes | |
I32 | Code |
Error code. More... | |
std::string | Description |
Error description. More... | |
std::string | Context |
SCPI commands being executed at time of error. More... | |
Error returned by the instrument.
Definition at line 213 of file THM1176Types.h.
|
inline |
Constructor.
[in] | Code | Error code. |
[in] | Description | Error description. |
[in] | Context | SCPI commands being executed at time of error. |
Definition at line 224 of file THM1176Types.h.
bool MTL::Instrument::THM1176Types::sError::operator!= | ( | sError | other | ) | const |
Inequality operator.
Definition at line 153 of file THM1176Types.cpp.
bool MTL::Instrument::THM1176Types::sError::operator== | ( | sError | other | ) | const |
Equality operator.
Definition at line 145 of file THM1176Types.cpp.
I32 MTL::Instrument::THM1176Types::sError::Code |
Error code.
Definition at line 215 of file THM1176Types.h.
std::string MTL::Instrument::THM1176Types::sError::Context |
SCPI commands being executed at time of error.
Definition at line 217 of file THM1176Types.h.
std::string MTL::Instrument::THM1176Types::sError::Description |
Error description.
Definition at line 216 of file THM1176Types.h.