|
Linux Kernel
3.7.1
|
#include <spk_types.h>
Data Fields | |
| const char * | name |
| const char * | version |
| const char * | long_name |
| const char * | init |
| char | procspeech |
| char | clear |
| int | delay |
| int | trigger |
| int | jiffies |
| int | full |
| int | ser |
| short | flags |
| short | startup |
| const int | checkval |
| struct var_t * | vars |
| int * | default_pitch |
| int * | default_vol |
| int(* | probe )(struct spk_synth *synth) |
| void(* | release )(void) |
| const char *(* | synth_immediate )(struct spk_synth *synth, const char *buff) |
| void(* | catch_up )(struct spk_synth *synth) |
| void(* | flush )(struct spk_synth *synth) |
| int(* | is_alive )(struct spk_synth *synth) |
| int(* | synth_adjust )(struct st_var_header *var) |
| void(* | read_buff_add )(u_char) |
| unsigned char(* | get_index )(void) |
| struct synth_indexing | indexing |
| int | alive |
| struct attribute_group | attributes |
Definition at line 150 of file spk_types.h.
| int alive |
Definition at line 178 of file spk_types.h.
| struct attribute_group attributes |
Definition at line 179 of file spk_types.h.
Definition at line 164 of file spk_types.h.
| char clear |
Definition at line 156 of file spk_types.h.
| int* default_pitch |
Definition at line 166 of file spk_types.h.
| int* default_vol |
Definition at line 167 of file spk_types.h.
| int delay |
Definition at line 157 of file spk_types.h.
| short flags |
Definition at line 162 of file spk_types.h.
| int full |
Definition at line 160 of file spk_types.h.
Definition at line 176 of file spk_types.h.
| struct synth_indexing indexing |
Definition at line 177 of file spk_types.h.
Definition at line 154 of file spk_types.h.
| int jiffies |
Definition at line 159 of file spk_types.h.
Definition at line 153 of file spk_types.h.
Definition at line 151 of file spk_types.h.
| char procspeech |
Definition at line 155 of file spk_types.h.
Definition at line 175 of file spk_types.h.
Definition at line 169 of file spk_types.h.
Definition at line 161 of file spk_types.h.
| short startup |
Definition at line 163 of file spk_types.h.
| int(* synth_adjust)(struct st_var_header *var) |
Definition at line 174 of file spk_types.h.
Definition at line 170 of file spk_types.h.
| int trigger |
Definition at line 158 of file spk_types.h.
Definition at line 165 of file spk_types.h.
Definition at line 152 of file spk_types.h.
1.8.2