NSCL DDAS 12.2-009
Support for XIA DDAS at FRIB
Variables
CPixieErrors.h File Reference

Defines error codes for the ctypes interface used by the *Utilities classes to report errors which are handled internally. As of XIA API 5.1.0, XIA error codes are > -1000, so QtScope error codes are < -1000 to avoid conflicts. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

constexpr int CPIXIEERROR_INVALID_CONFIG = -1000
 
constexpr int CPIXIEERROR_NOT_BOOTED = -1001
 
constexpr int CPIXIEERROR_INVALID_MODULE = -1002
 
constexpr int CPIXIEERROR_TRACE_ACQUIRE = -1003
 

Detailed Description

Defines error codes for the ctypes interface used by the *Utilities classes to report errors which are handled internally. As of XIA API 5.1.0, XIA error codes are > -1000, so QtScope error codes are < -1000 to avoid conflicts.

Note
The error code for unexpected errors in the ctype shims is included in its own header file CPixieShimGuard.h.