CHDK_DE Vorschauversion
Trunk Rev. 6014
|
gehe zum Quellcode dieser Datei
Typdefinitionen | |
typedef int(* | action_func )(void) |
typedef unsigned long | AS_ID |
Funktionen | |
int | action_stack_AS_SHOOT (void) |
AS_ID | action_stack_create (action_func proc_func) |
long | action_top (int n) |
void | action_push (long p) |
void | action_push_delay (long msec) |
void | action_push_press (long key) |
void | action_push_release (long key) |
void | action_push_click (long key) |
void | action_push_shoot (int retry) |
long | action_pop_func (int nParam) |
void | action_push_func (action_func f) |
void | action_wait_for_click (int timeout) |
void | action_stack_process_all () |
int | action_stack_is_finished (AS_ID comp_id) |
void | action_stack_kill (AS_ID comp_id) |
typedef int(* action_func)(void) |
Definiert in Zeile 10 der Datei action_stack.h.
typedef unsigned long AS_ID |
Definiert in Zeile 13 der Datei action_stack.h.
long action_pop_func | ( | int | nParam) |
Definiert in Zeile 181 der Datei action_stack.c.
void action_push | ( | long | p) |
Definiert in Zeile 190 der Datei action_stack.c.
void action_push_click | ( | long | key) |
Definiert in Zeile 300 der Datei action_stack.c.
void action_push_delay | ( | long | msec) |
Definiert in Zeile 256 der Datei action_stack.c.
void action_push_func | ( | action_func | f) |
Definiert in Zeile 197 der Datei action_stack.c.
void action_push_press | ( | long | key) |
Definiert in Zeile 272 der Datei action_stack.c.
void action_push_release | ( | long | key) |
Definiert in Zeile 290 der Datei action_stack.c.
void action_push_shoot | ( | int | retry) |
Definiert in Zeile 406 der Datei action_stack.c.
int action_stack_AS_SHOOT | ( | void | ) |
Definiert in Zeile 420 der Datei action_stack.c.
AS_ID action_stack_create | ( | action_func | proc_func) |
Definiert in Zeile 62 der Datei action_stack.c.
int action_stack_is_finished | ( | AS_ID | comp_id) |
Definiert in Zeile 45 der Datei action_stack.c.
void action_stack_kill | ( | AS_ID | comp_id) |
Definiert in Zeile 143 der Datei action_stack.c.
void action_stack_process_all | ( | ) |
Definiert in Zeile 465 der Datei action_stack.c.
long action_top | ( | int | n) |
Definiert in Zeile 163 der Datei action_stack.c.
void action_wait_for_click | ( | int | timeout) |
Definiert in Zeile 49 der Datei camera_functions.c.