libgphoto2 photo camera library (libgphoto2) API  2.5.2
gphoto2-abilities-list.h
Go to the documentation of this file.
1 
25 #ifndef __GPHOTO2_ABILITIES_LIST_H__
26 #define __GPHOTO2_ABILITIES_LIST_H__
27 
29 #include <gphoto2/gphoto2-list.h>
31 
33 
34 #ifdef __cplusplus
35 extern "C" {
36 #endif /* __cplusplus */
37 
41 typedef enum {
47 
52 typedef enum {
56 
61 typedef enum {
70 
74 typedef enum {
82 
86 typedef enum {
93 
94 #ifdef _GPHOTO2_INTERNAL_CODE
95 
96  /* enum CameraOperation */
97  extern const StringFlagItem gpi_camera_operation_map[];
98 
99  /* enum CameraFileOperation */
100  extern const StringFlagItem gpi_file_operation_map[];
101 
102  /* enum CameraFolderOperation */
103  extern const StringFlagItem gpi_folder_operation_map[];
104 
105  /* enum GphotoDeviceType */
106  extern const StringFlagItem gpi_gphoto_device_type_map[];
107 
108  /* enum CameraDriverStatus */
109  extern const StringFlagItem gpi_camera_driver_status_map[];
110 
111 #endif /* _GPHOTO2_INTERNAL_CODE */
112 
113 
120 typedef struct {
121  char model [128];
127  int speed [64];
128 
129  /* Supported operations */
136  int usb_class;
140  /* For core use */
141  char library [1024];
142  char id [1024];
147  int reserved2;
148  int reserved3;
149  int reserved4;
150  int reserved5;
151  int reserved6;
152  int reserved7;
153  int reserved8;
155 
156 
163 
164 
167 
169 int gp_abilities_list_load_dir (CameraAbilitiesList *list, const char *dir, GPContext *context);
171 
173  GPPortInfoList *info_list, CameraList *l,
174  GPContext *context);
175 
177  CameraAbilities abilities);
178 
180 
182  const char *model);
183 
185  CameraAbilities *abilities);
186 
187 const char *gp_message_codeset (const char *);
188 
189 
197 #ifdef _GPHOTO2_INTERNAL_CODE
198 #define CAMLIBDIR_ENV "CAMLIBS"
199 #endif /* _GPHOTO2_INTERNAL_CODE */
200 
201 
202 #ifdef __cplusplus
203 }
204 #endif /* __cplusplus */
205 
206 #endif /* __GPHOTO2_ABILITIES_LIST_H__ */