29 #ifndef CLPROTOCOL_CLEXCEPTION_H 30 #define CLPROTOCOL_CLEXCEPTION_H 43 CLErrException(
const char* description,
const char *pSourceFileName,
int SourceLine,
const char* pExceptionType)
65 #if !defined(CL_ERR_EXCEPTION) 66 # define CLERR_EXCEPTION GENICAM_NAMESPACE::ExceptionReporter<CLProtocol::CLErrException>(__FILE__, __LINE__, "CLErrException" ).Report 70 #endif // CLPROTOCOL_CLEXCEPTION_H CLErrException(const char *description, const char *pSourceFileName, int SourceLine, const char *pExceptionType)
GenericException(const char *pDescription, const char *pSourceFileName, unsigned int SourceLine)
Constructor.
CLErrException & SetCLErrorCode(CLINT32 errorCode)
Common GenICam base include file.
CLINT32 GetCLErrorCode() const
GenICam's exception class.
Exported C functions for camera link protocol drivers.
CL Serial Exception type to hold the CL_ERR-code.