diff options
author | iximeow <me@iximeow.net> | 2020-08-14 20:20:25 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-08-14 20:20:25 -0700 |
commit | 889d89bc652682763a4b6021d988195a1d8acb84 (patch) | |
tree | 7043451f085d8c969d53e653be64ff24d7b35f55 /include/qhy/qhyccderr.h | |
parent | faedb8827d3cfc6f1f59b4b29da6c3556ffc5760 (diff) |
update qhy sdk
Diffstat (limited to 'include/qhy/qhyccderr.h')
-rw-r--r-- | include/qhy/qhyccderr.h | 40 |
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
|