libgphoto2 photo camera library (libgphoto2) Internals
2.5.26
|
#include <gphoto2-camera.h>
Data Fields | |
CameraPrivateLibrary * | pl |
CameraPrivateCore * | pc |
Those should be accessed only by the camera driver. | |
GPPort * | port |
CameraFilesystem * | fs |
CameraFunctions * | functions |
Definition at line 325 of file gphoto2-camera.h.
CameraFilesystem* _Camera::fs |
Definition at line 330 of file gphoto2-camera.h.
Referenced by camera_init(), gp_camera_exit(), gp_camera_file_delete(), gp_camera_file_get(), gp_camera_file_get_info(), gp_camera_file_read(), gp_camera_file_set_info(), gp_camera_folder_delete_all(), gp_camera_folder_list_files(), gp_camera_folder_list_folders(), gp_camera_folder_make_dir(), gp_camera_folder_put_file(), gp_camera_folder_remove_dir(), gp_camera_free(), and gp_camera_get_storageinfo().
CameraFunctions* _Camera::functions |
Definition at line 331 of file gphoto2-camera.h.
Referenced by camera_init(), gp_camera_capture(), gp_camera_capture_preview(), gp_camera_exit(), gp_camera_free(), gp_camera_get_about(), gp_camera_get_config(), gp_camera_get_manual(), gp_camera_get_single_config(), gp_camera_get_summary(), gp_camera_init(), gp_camera_list_config(), gp_camera_set_config(), gp_camera_set_single_config(), gp_camera_trigger_capture(), and gp_camera_wait_for_event().
CameraPrivateCore* _Camera::pc |
Private data of the core of gphoto2.
Definition at line 335 of file gphoto2-camera.h.
Referenced by gp_camera_exit(), gp_camera_free(), gp_camera_get_abilities(), gp_camera_get_port_speed(), gp_camera_init(), gp_camera_ref(), gp_camera_set_abilities(), gp_camera_set_port_info(), gp_camera_set_port_speed(), gp_camera_set_timeout_funcs(), gp_camera_start_timeout(), gp_camera_stop_timeout(), and gp_camera_unref().
CameraPrivateLibrary* _Camera::pl |
Private data of camera libraries.
Definition at line 334 of file gphoto2-camera.h.
GPPort* _Camera::port |
Definition at line 329 of file gphoto2-camera.h.
Referenced by gp_camera_exit(), gp_camera_free(), gp_camera_get_port_info(), gp_camera_init(), gp_camera_set_port_info(), and gp_camera_set_port_speed().