CHDK_DE Vorschauversion
Trunk Rev. 6014
|
#include "camera_info.h"
#include "clock.h"
#include "shooting.h"
#include "keyboard.h"
#include "conf.h"
#include "action_stack.h"
#include "usb_remote.h"
gehe zum Quellcode dieser Datei
Funktionen | |
void | debug_error (int) |
void | usb_playback_module () |
void | usb_shoot_module_normal () |
void | usb_shoot_module_quick () |
void | usb_shoot_module_burst () |
void | usb_zoom_step (int zdirection) |
void | usb_shoot_module_zoom () |
void | bracketing_step () |
void | bracketing_reset () |
void | usb_bracketing_done () |
void | usb_shoot_module_bracketing () |
void | usb_video_module_normal () |
void | usb_null_module (__attribute__((unused)) int i) |
Variablen | |
void(* | usb_module_play [NUM_USB_MODULES])() |
void(* | usb_module_shoot [NUM_USB_MODULES])() |
void(* | usb_module_video [NUM_USB_MODULES])() |
void bracketing_reset | ( | ) |
Definiert in Zeile 1622 der Datei shooting.c.
void bracketing_step | ( | ) |
void debug_error | ( | int | ) |
void usb_bracketing_done | ( | ) |
Definiert in Zeile 496 der Datei usb_module.c.
void usb_null_module | ( | __attribute__((unused)) int | i) |
Definiert in Zeile 669 der Datei usb_module.c.
void usb_playback_module | ( | ) |
Definiert in Zeile 43 der Datei usb_module.c.
void usb_shoot_module_bracketing | ( | ) |
Definiert in Zeile 503 der Datei usb_module.c.
void usb_shoot_module_burst | ( | ) |
Definiert in Zeile 356 der Datei usb_module.c.
void usb_shoot_module_normal | ( | ) |
Definiert in Zeile 102 der Datei usb_module.c.
void usb_shoot_module_quick | ( | ) |
Definiert in Zeile 309 der Datei usb_module.c.
void usb_shoot_module_zoom | ( | ) |
Definiert in Zeile 444 der Datei usb_module.c.
void usb_video_module_normal | ( | ) |
Definiert in Zeile 586 der Datei usb_module.c.
void usb_zoom_step | ( | int | zdirection) |
Definiert in Zeile 404 der Datei usb_module.c.
void(* usb_module_play[NUM_USB_MODULES])() |
Definiert in Zeile 674 der Datei usb_module.c.
void(* usb_module_shoot[NUM_USB_MODULES])() |
Definiert in Zeile 691 der Datei usb_module.c.
void(* usb_module_video[NUM_USB_MODULES])() |
Definiert in Zeile 708 der Datei usb_module.c.