QDaq  0.2.6
Qt-based Data Aqcuisition
 All Classes Functions Variables Typedefs Enumerations Enumerator Properties Groups Pages
Public Attributes | List of all members
QDaqError Struct Reference

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)
 

Detailed Description

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.


The documentation for this struct was generated from the following file: