This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
ImageIO/andor/AndorSIF/ATSIFErrorCodes.h
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
23 lines (17 sloc)
620 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef ATSIFERRORCODES_H | |
#define ATSIFERRORCODES_H | |
#define ATSIF_SUCCESS 22002 | |
#define ATSIF_SIF_FORMAT_ERROR 22003 | |
#define ATSIF_NO_SIF_LOADED 22004 | |
#define ATSIF_FILE_NOT_FOUND 22005 | |
#define ATSIF_FILE_ACCESS_ERROR 22006 | |
#define ATSIF_DATA_NOT_PRESENT 22007 | |
#define ATSIF_P1INVALID 22101 | |
#define ATSIF_P2INVALID 22102 | |
#define ATSIF_P3INVALID 22103 | |
#define ATSIF_P4INVALID 22104 | |
#define ATSIF_P5INVALID 22105 | |
#define ATSIF_P6INVALID 22106 | |
#define ATSIF_P7INVALID 22107 | |
#define ATSIF_P8INVALID 22108 | |
#endif |