LIRC libraries
LinuxInfraredRemoteControl
 All Classes Files Functions Variables Typedefs Enumerations Macros Modules Pages
ir_ncode Struct Reference

IR Command, corresponding to one (command defining) line of the configuration file. More...

#include <ir_remote_types.h>

Public Attributes

char * name
 Name of command.
 
ir_code code
 The first code of the command.
 
int length
 (private)
 
lirc_t * signals
 (private)
 
struct ir_code_nodenext
 Linked list of the subsequent ir_code's, after the first one. More...
 
struct ir_code_nodecurrent
 Should point at the ir_code currently being transmitted, or NULL if none. More...
 
struct ir_code_nodetransmit_state
 (private)
 
struct ir_ncodenext_ncode
 Next code in recorded buttons list. More...
 

Detailed Description

IR Command, corresponding to one (command defining) line of the configuration file.

Normally, there is only one ir_code herein (field code), however, there may be more, namely in the linked list in the field next.

Definition at line 64 of file ir_remote_types.h.

Member Data Documentation

struct ir_code_node* ir_ncode::current

Should point at the ir_code currently being transmitted, or NULL if none.

Definition at line 83 of file ir_remote_types.h.

struct ir_code_node* ir_ncode::next

Linked list of the subsequent ir_code's, after the first one.

NULL if there is only one ir_code (normal case).

Definition at line 79 of file ir_remote_types.h.

struct ir_ncode* ir_ncode::next_ncode

Next code in recorded buttons list.

Definition at line 89 of file ir_remote_types.h.


The documentation for this struct was generated from the following file: