libgphoto2 photo camera library (libgphoto2) API  2.4.14
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 {
69 
73 typedef enum {
81 
85 typedef enum {
92 
93 #ifdef _GPHOTO2_INTERNAL_CODE
94 
95  /* enum CameraOperation */
96  extern const StringFlagItem gpi_camera_operation_map[];
97 
98  /* enum CameraFileOperation */
99  extern const StringFlagItem gpi_file_operation_map[];
100 
101  /* enum CameraFolderOperation */
102  extern const StringFlagItem gpi_folder_operation_map[];
103 
104  /* enum GphotoDeviceType */
105  extern const StringFlagItem gpi_gphoto_device_type_map[];
106 
107  /* enum CameraDriverStatus */
108  extern const StringFlagItem gpi_camera_driver_status_map[];
109 
110 #endif /* _GPHOTO2_INTERNAL_CODE */
111 
112 
119 typedef struct {
120  char model [128];
126  int speed [64];
127 
128  /* Supported operations */
135  int usb_class;
139  /* For core use */
140  char library [1024];
141  char id [1024];
146  int reserved2;
147  int reserved3;
148  int reserved4;
149  int reserved5;
150  int reserved6;
151  int reserved7;
152  int reserved8;
154 
155 
162 
163 
166 
169 
171  GPPortInfoList *info_list, CameraList *l,
172  GPContext *context);
173 
175  CameraAbilities abilities);
176 
178 
180  const char *model);
181 
183  CameraAbilities *abilities);
184 
185 const char *gp_message_codeset (const char *);
186 
187 
195 #ifdef _GPHOTO2_INTERNAL_CODE
196 #define CAMLIBDIR_ENV "CAMLIBS"
197 #endif /* _GPHOTO2_INTERNAL_CODE */
198 
199 
200 #ifdef __cplusplus
201 }
202 #endif /* __cplusplus */
203 
204 #endif /* __GPHOTO2_ABILITIES_LIST_H__ */