ReactOS 0.4.16-dev-927-g467dec4
|
Public Attributes | |
int | zoh_magic_marker |
int | channels |
int | reset |
long | in_count |
long | in_used |
long | out_count |
long | out_gen |
float | last_value [1] |
int ZOH_DATA::channels |
Definition at line 21 of file src_zoh.c.
Referenced by zoh_reset(), zoh_set_converter(), and zoh_vari_process().
long ZOH_DATA::in_count |
Definition at line 23 of file src_zoh.c.
Referenced by zoh_vari_process().
long ZOH_DATA::in_used |
Definition at line 23 of file src_zoh.c.
Referenced by zoh_vari_process().
float ZOH_DATA::last_value[1] |
Definition at line 25 of file src_zoh.c.
Referenced by zoh_reset(), and zoh_vari_process().
long ZOH_DATA::out_count |
Definition at line 24 of file src_zoh.c.
Referenced by zoh_vari_process().
long ZOH_DATA::out_gen |
Definition at line 24 of file src_zoh.c.
Referenced by zoh_vari_process().
int ZOH_DATA::reset |
Definition at line 22 of file src_zoh.c.
Referenced by zoh_reset(), and zoh_vari_process().
int ZOH_DATA::zoh_magic_marker |
Definition at line 20 of file src_zoh.c.
Referenced by zoh_set_converter().