Instrument Neutral Distributed Interface INDI  2.0.2
Enumerations
indibasetypes.h File Reference

Go to the source code of this file.

Enumerations

enum  INDI_PROPERTY_TYPE {
  INDI_NUMBER , INDI_SWITCH , INDI_TEXT , INDI_LIGHT ,
  INDI_BLOB , INDI_UNKNOWN
}
 
enum  INDI_EQ_AXIS { AXIS_RA , AXIS_DE }
 
enum  INDI_HO_AXIS { AXIS_AZ , AXIS_ALT }
 
enum  INDI_DIR_NS { DIRECTION_NORTH = 0 , DIRECTION_SOUTH }
 
enum  INDI_DIR_WE { DIRECTION_WEST = 0 , DIRECTION_EAST }
 
enum  INDI_ERROR_TYPE { INDI_DEVICE_NOT_FOUND = -1 , INDI_PROPERTY_INVALID = -2 , INDI_PROPERTY_DUPLICATED = -3 , INDI_DISPATCH_ERROR = -4 }
 
enum  INDI_PIXEL_FORMAT {
  INDI_MONO = 0 , INDI_BAYER_RGGB = 8 , INDI_BAYER_GRBG = 9 , INDI_BAYER_GBRG = 10 ,
  INDI_BAYER_BGGR = 11 , INDI_BAYER_CYYM = 16 , INDI_BAYER_YCMY = 17 , INDI_BAYER_YMCY = 18 ,
  INDI_BAYER_MYYC = 19 , INDI_RGB = 100 , INDI_BGR = 101 , INDI_JPG = 200
}
 

Enumeration Type Documentation

◆ INDI_DIR_NS

North/South Direction type

Enumerator
DIRECTION_NORTH 

North direction

DIRECTION_SOUTH 

South direction

Definition at line 47 of file indibasetypes.h.

◆ INDI_DIR_WE

West/East Direction type

Enumerator
DIRECTION_WEST 

West direction

DIRECTION_EAST 

East direction

Definition at line 54 of file indibasetypes.h.

◆ INDI_EQ_AXIS

INDI Equatorial Axis type

Enumerator
AXIS_RA 

Right Ascension Axis.

AXIS_DE 

Declination Axis.

Definition at line 33 of file indibasetypes.h.

◆ INDI_ERROR_TYPE

INDI Error Types

Enumerator
INDI_DEVICE_NOT_FOUND 

Device not found error

INDI_PROPERTY_INVALID 

Property invalid error

INDI_PROPERTY_DUPLICATED 

Property duplicated error

INDI_DISPATCH_ERROR 

Dispatch error

Definition at line 61 of file indibasetypes.h.

◆ INDI_HO_AXIS

INDI Horizontal Axis type

Enumerator
AXIS_AZ 

Azimuth Axis.

AXIS_ALT 

Altitude Axis.

Definition at line 40 of file indibasetypes.h.

◆ INDI_PIXEL_FORMAT

Enumerator
INDI_MONO 
INDI_BAYER_RGGB 
INDI_BAYER_GRBG 
INDI_BAYER_GBRG 
INDI_BAYER_BGGR 
INDI_BAYER_CYYM 
INDI_BAYER_YCMY 
INDI_BAYER_YMCY 
INDI_BAYER_MYYC 
INDI_RGB 
INDI_BGR 
INDI_JPG 

Definition at line 69 of file indibasetypes.h.

◆ INDI_PROPERTY_TYPE

INDI property type

Enumerator
INDI_NUMBER 

INumberVectorProperty.

INDI_SWITCH 

ISwitchVectorProperty.

INDI_TEXT 

ITextVectorProperty.

INDI_LIGHT 

ILightVectorProperty.

INDI_BLOB 

IBLOBVectorProperty.

INDI_UNKNOWN 

Definition at line 22 of file indibasetypes.h.