NSCL DDAS 12.2-009
Support for XIA DDAS at FRIB
CPixieErrors.h
Go to the documentation of this file.
1
11#ifndef CPIXIEERRORS_H
12#define CPIXIEERRORS_H
13
20constexpr int CPIXIEERROR_INVALID_CONFIG = -1000;
23constexpr int CPIXIEERROR_NOT_BOOTED = -1001;
26constexpr int CPIXIEERROR_INVALID_MODULE = -1002;
29constexpr int CPIXIEERROR_TRACE_ACQUIRE = -1003;
30
33#endif // CPIXIEERRORS_H
constexpr int CPIXIEERROR_INVALID_MODULE
Definition: CPixieErrors.h:26
constexpr int CPIXIEERROR_INVALID_CONFIG
Definition: CPixieErrors.h:20
constexpr int CPIXIEERROR_NOT_BOOTED
Definition: CPixieErrors.h:23
constexpr int CPIXIEERROR_TRACE_ACQUIRE
Definition: CPixieErrors.h:29