![]() |
libsigrok
0.4.0
sigrok hardware access and backend library
|
Structure for groups of channels that have common properties. More...
#include <libsigrok.h>
Collaboration diagram for sr_channel_group:Data Fields | |
| char * | name |
| Name of the channel group. More... | |
| GSList * | channels |
| List of sr_channel structs of the channels belonging to this group. More... | |
| void * | priv |
| Private data for driver use. More... | |
Structure for groups of channels that have common properties.
Definition at line 618 of file libsigrok.h.
| GSList* sr_channel_group::channels |
List of sr_channel structs of the channels belonging to this group.
Definition at line 622 of file libsigrok.h.
Referenced by sr_dev_inst_channel_add().
| char* sr_channel_group::name |
Name of the channel group.
Definition at line 620 of file libsigrok.h.
Referenced by sr_dev_inst_channel_add(), and sr_driver_scan().
| void* sr_channel_group::priv |
Private data for driver use.
Definition at line 624 of file libsigrok.h.
Referenced by sr_dev_inst_channel_add().
1.8.11