You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/kstars/kstars/indi/apogee/ApogeeUsbErr.h

30 lines
948 B

/***************************************************************************
* *
* 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. *
* *
***************************************************************************/
// Error codes for the ApogeeUsb* files
#define APN_USB_SUCCESS 0
#define APN_USB_ERR_OPEN 1
#define APN_USB_ERR_READ 2
#define APN_USB_ERR_WRITE 3
#define APN_USB_ERR_IMAGE_DOWNLOAD 4
#define APN_USB_ERR_START_EXP 5
#define APN_USB_ERR_STOP_EXP 6
#define APN_USB_ERR_STATUS 7
#define APN_USB_ERR_RESET 8