CHDK_DE Vorschauversion
Trunk Rev. 6014
|
gehe zum Quellcode dieser Datei
Funktionen | |
void | script_shoot_hooks_reset (void) |
void | script_shoot_hook_set (int hook, int timeout) |
void | script_shoot_hook_run (int hook) |
int | script_shoot_hook_ready (int hook) |
void | script_shoot_hook_continue (int hook) |
int | script_shoot_hook_count (int hook) |
Variablen | |
const char * | shoot_hook_names [] |
void script_shoot_hook_continue | ( | int | hook) |
Definiert in Zeile 66 der Datei script_shoot_hook.c.
int script_shoot_hook_count | ( | int | hook) |
Definiert in Zeile 72 der Datei script_shoot_hook.c.
int script_shoot_hook_ready | ( | int | hook) |
Definiert in Zeile 60 der Datei script_shoot_hook.c.
void script_shoot_hook_run | ( | int | hook) |
Definiert in Zeile 35 der Datei script_shoot_hook.c.
void script_shoot_hook_set | ( | int | hook, |
int | timeout | ||
) |
Definiert in Zeile 28 der Datei script_shoot_hook.c.
void script_shoot_hooks_reset | ( | void | ) |
Definiert in Zeile 22 der Datei script_shoot_hook.c.
const char* shoot_hook_names[] |
Definiert in Zeile 13 der Datei script_shoot_hook.c.