![]() |
libsigrokdecode 0.5.3
sigrok protocol decoding library
|
Structure which contains information about one protocol decoder channel. More...
#include <libsigrokdecode.h>
Collaboration diagram for srd_channel:Data Fields | |
| char * | id |
| The ID of the channel. | |
| char * | name |
| The name of the channel. | |
| char * | desc |
| The description of the channel. | |
| int | order |
| The index of the channel, i.e. | |
Structure which contains information about one protocol decoder channel.
For example, I2C has two channels, SDA and SCL.
Definition at line 208 of file libsigrokdecode.h.
| char* srd_channel::desc |
| char* srd_channel::id |
The ID of the channel.
Must be non-NULL.
Definition at line 210 of file libsigrokdecode.h.
Referenced by srd_inst_channel_set_all().
| char* srd_channel::name |
| int srd_channel::order |
The index of the channel, i.e.
its order in the list of channels.
Definition at line 216 of file libsigrokdecode.h.
Referenced by srd_inst_channel_set_all().