TwiceAsNice  2019-02-18
Macros
qhyccderr.h File Reference

QHYCCD SDK error define. More...

This graph shows which files directly or indirectly include this file:

Macros

#define QHYCCD_READ_DIRECTLY   0x2001
 
#define QHYCCD_DELAY_200MS   0x2000
 
#define QHYCCD_QGIGAE   7
 It means the camera using GiGaE transfer data. More...
 
#define QHYCCD_USBSYNC   6
 It means the camera using usb sync transfer data. More...
 
#define QHYCCD_USBASYNC   5
 It means the camera using usb async transfer data. More...
 
#define QHYCCD_COLOR   4
 It means the camera is color one. More...
 
#define QHYCCD_MONO   3
 It means the camera is mono one. More...
 
#define QHYCCD_COOL   2
 It means the camera has cool function. More...
 
#define QHYCCD_NOTCOOL   1
 It means the camera do not have cool function. More...
 
#define QHYCCD_SUCCESS   0
 camera works well More...
 
#define QHYCCD_ERROR   0xFFFFFFFF
 Other error. More...
 

Detailed Description

QHYCCD SDK error define.

Macro Definition Documentation

◆ QHYCCD_COLOR

#define QHYCCD_COLOR   4

It means the camera is color one.

◆ QHYCCD_COOL

#define QHYCCD_COOL   2

It means the camera has cool function.

◆ QHYCCD_DELAY_200MS

#define QHYCCD_DELAY_200MS   0x2000

◆ QHYCCD_ERROR

#define QHYCCD_ERROR   0xFFFFFFFF

Other error.

◆ QHYCCD_MONO

#define QHYCCD_MONO   3

It means the camera is mono one.

◆ QHYCCD_NOTCOOL

#define QHYCCD_NOTCOOL   1

It means the camera do not have cool function.

◆ QHYCCD_QGIGAE

#define QHYCCD_QGIGAE   7

It means the camera using GiGaE transfer data.

◆ QHYCCD_READ_DIRECTLY

#define QHYCCD_READ_DIRECTLY   0x2001

◆ QHYCCD_SUCCESS

#define QHYCCD_SUCCESS   0

camera works well

◆ QHYCCD_USBASYNC

#define QHYCCD_USBASYNC   5

It means the camera using usb async transfer data.

◆ QHYCCD_USBSYNC

#define QHYCCD_USBSYNC   6

It means the camera using usb sync transfer data.