QDaq
0.2.6
Qt-based Data Aqcuisition
|
Structure containing error data. More...
#include <QDaqObject.h>
Public Attributes | |
QDateTime | t |
Date/time of occurence. | |
QString | objectName |
(Full)Name of object causing the error | |
QString | type |
Error type description. | |
QString | descr |
Extended description (optional) | |
Structure containing error data.
It is emitted every time an error occurs in a QDaqObject. Errors are gathered centrally on a QDaqErrorQueue object that lives in QDaqRoot. The error queue is accesible through QDaqObject::root()->errorQueue().
Definition at line 42 of file QDaqObject.h.