|  | LIRC libraries
    LinuxInfraredRemoteControl | 
State describing code, pre, post + gap and repeat state. More...
#include <ir_remote_types.h>
| Public Attributes | |
| ir_code | code | 
| Code part, matched to code defintion.  More... | |
| ir_code | pre | 
| pre data, before code.  More... | |
| ir_code | post | 
| post data, sent after code.  More... | |
| int | repeat_flag | 
| True if code is a repeated one.  More... | |
| lirc_t | max_remaining_gap | 
| Estimated max time of trailing gap.  More... | |
| lirc_t | min_remaining_gap | 
| Estimated min time of trailing gap.  More... | |
State describing code, pre, post + gap and repeat state.
Definition at line 142 of file ir_remote_types.h.
| ir_code decode_ctx_t::code | 
Code part, matched to code defintion.
Definition at line 143 of file ir_remote_types.h.
| lirc_t decode_ctx_t::max_remaining_gap | 
Estimated max time of trailing gap.
Definition at line 147 of file ir_remote_types.h.
| lirc_t decode_ctx_t::min_remaining_gap | 
Estimated min time of trailing gap.
Definition at line 148 of file ir_remote_types.h.
| ir_code decode_ctx_t::post | 
post data, sent after code.
Definition at line 145 of file ir_remote_types.h.
| ir_code decode_ctx_t::pre | 
pre data, before code.
Definition at line 144 of file ir_remote_types.h.
| int decode_ctx_t::repeat_flag | 
True if code is a repeated one.
Definition at line 146 of file ir_remote_types.h.