NSCL DDAS 12.2-009
Support for XIA DDAS at FRIB
Classes | Variables
CXIAException.h File Reference

Class to wrap XIA return codes and messages in a CException. More...

#include <Exception.h>
#include <string>
Include dependency graph for CXIAException.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CXIAException
 CException wrapper for XIA return codes containing the return code and context message of the error. More...
 

Variables

const size_t kXIABUFSIZE = 1024
 XIA API return code max buffer length. More...
 
const size_t kREASONSIZE = 2048
 Reason text max buffer length. More...
 

Detailed Description

Class to wrap XIA return codes and messages in a CException.

Variable Documentation

◆ kREASONSIZE

const size_t kREASONSIZE = 2048

Reason text max buffer length.

◆ kXIABUFSIZE

const size_t kXIABUFSIZE = 1024

XIA API return code max buffer length.