|
LIRC libraries
Linux Infrared Remote Control
|
Private state in get_gap_length(). More...
#include <irrecord.h>
Public Attributes | |
| struct lengths * | scan |
| struct lengths * | gaps |
| struct timeval | start |
| struct timeval | end |
| struct timeval | last |
| int | flag |
| int | maxcount |
| int | lastmaxcount |
| lirc_t | gap |
Private state in get_gap_length().
Definition at line 185 of file irrecord.h.
| struct timeval gap_state::end |
Definition at line 189 of file irrecord.h.
| int gap_state::flag |
Definition at line 191 of file irrecord.h.
| lirc_t gap_state::gap |
Definition at line 194 of file irrecord.h.
| struct lengths* gap_state::gaps |
Definition at line 187 of file irrecord.h.
| struct timeval gap_state::last |
Definition at line 190 of file irrecord.h.
| int gap_state::lastmaxcount |
Definition at line 193 of file irrecord.h.
| int gap_state::maxcount |
Definition at line 192 of file irrecord.h.
| struct lengths* gap_state::scan |
Definition at line 186 of file irrecord.h.
| struct timeval gap_state::start |
Definition at line 188 of file irrecord.h.