libgphoto2 photo camera library (libgphoto2) Internals
2.5.23
|
Data Fields | |
unsigned int | speed |
CameraAbilities | a |
lt_dlhandle | lh |
char | error [2048] |
unsigned int | ref_count |
unsigned char | used |
unsigned char | exit_requested |
int | initialized |
CameraTimeoutStartFunc | timeout_start_func |
CameraTimeoutStopFunc | timeout_stop_func |
void * | timeout_data |
unsigned int * | timeout_ids |
unsigned int | timeout_ids_len |
Definition at line 219 of file gphoto2-camera.c.
CameraAbilities _CameraPrivateCore::a |
Definition at line 225 of file gphoto2-camera.c.
Referenced by gp_camera_exit(), gp_camera_get_abilities(), gp_camera_init(), and gp_camera_set_abilities().
char _CameraPrivateCore::error[2048] |
Definition at line 230 of file gphoto2-camera.c.
unsigned char _CameraPrivateCore::exit_requested |
Definition at line 234 of file gphoto2-camera.c.
Referenced by gp_camera_exit(), and gp_camera_init().
int _CameraPrivateCore::initialized |
Definition at line 236 of file gphoto2-camera.c.
lt_dlhandle _CameraPrivateCore::lh |
Definition at line 228 of file gphoto2-camera.c.
Referenced by gp_camera_exit(), gp_camera_free(), gp_camera_init(), gp_camera_set_abilities(), gp_camera_set_port_info(), and gp_camera_set_port_speed().
unsigned int _CameraPrivateCore::ref_count |
Definition at line 232 of file gphoto2-camera.c.
Referenced by gp_camera_ref(), and gp_camera_unref().
unsigned int _CameraPrivateCore::speed |
Definition at line 222 of file gphoto2-camera.c.
Referenced by gp_camera_get_port_speed(), and gp_camera_set_port_speed().
void* _CameraPrivateCore::timeout_data |
Definition at line 241 of file gphoto2-camera.c.
Referenced by gp_camera_set_timeout_funcs(), gp_camera_start_timeout(), and gp_camera_stop_timeout().
unsigned int* _CameraPrivateCore::timeout_ids |
Definition at line 242 of file gphoto2-camera.c.
Referenced by gp_camera_exit(), gp_camera_free(), gp_camera_start_timeout(), and gp_camera_stop_timeout().
unsigned int _CameraPrivateCore::timeout_ids_len |
Definition at line 243 of file gphoto2-camera.c.
Referenced by gp_camera_exit(), gp_camera_start_timeout(), and gp_camera_stop_timeout().
CameraTimeoutStartFunc _CameraPrivateCore::timeout_start_func |
Definition at line 239 of file gphoto2-camera.c.
Referenced by gp_camera_set_timeout_funcs(), and gp_camera_start_timeout().
CameraTimeoutStopFunc _CameraPrivateCore::timeout_stop_func |
Definition at line 240 of file gphoto2-camera.c.
Referenced by gp_camera_set_timeout_funcs(), and gp_camera_stop_timeout().
unsigned char _CameraPrivateCore::used |
Definition at line 233 of file gphoto2-camera.c.
Referenced by gp_camera_exit(), and gp_camera_unref().