summaryrefslogtreecommitdiff
path: root/include/qhy/qhyccderr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qhy/qhyccderr.h')
-rw-r--r--include/qhy/qhyccderr.h40
1 files changed, 12 insertions, 28 deletions
diff --git a/include/qhy/qhyccderr.h b/include/qhy/qhyccderr.h
index be24b3a..9652bc7 100644
--- a/include/qhy/qhyccderr.h
+++ b/include/qhy/qhyccderr.h
@@ -1,30 +1,3 @@
-/*
- QHYCCD SDK
-
- Copyright (c) 2014 QHYCCD.
- All Rights Reserved.
-
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by the Free
- Software Foundation; either version 2 of the License, or (at your option)
- any later version.
-
- This program is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- more details.
-
- You should have received a copy of the GNU General Public License along with
- this program; if not, write to the Free Software Foundation, Inc., 59
- Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
- The full GNU General Public License is included in this distribution in the
- file called LICENSE.
- */
-
-/*! \file qhyccderr.h
- \brief QHYCCD SDK error define
- */
#ifndef __QHYCCDERR_H__
#define __QHYCCDERR_H__
@@ -32,6 +5,17 @@
#define QHYCCD_READ_DIRECTLY 0x2001
#define QHYCCD_DELAY_200MS 0x2000
+
+/**
+ * It means the camera using PCIE transfer data */
+#define QHYCCD_PCIE 9
+
+
+/**
+ * It means the camera using WINPCAP transfer data */
+#define QHYCCD_WINPCAP 8
+
+
/**
* It means the camera using GiGaE transfer data */
#define QHYCCD_QGIGAE 7
@@ -164,6 +148,6 @@
/**
* Set cam white balance blue failed */
#define QHYCCD_ERROR -25
-#endif // #if 0
+#endif
#endif