libsigrok  unreleased development snapshot
sigrok hardware access and backend library
Data Fields
sr_channel_group Struct Reference

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...
 
voidpriv
 Private data for driver use. More...
 

Detailed Description

Structure for groups of channels that have common properties.

Definition at line 656 of file libsigrok.h.

Field Documentation

GSList* sr_channel_group::channels

List of sr_channel structs of the channels belonging to this group.

Definition at line 660 of file libsigrok.h.

Referenced by sr_dev_channel_enable().

char* sr_channel_group::name

Name of the channel group.

Definition at line 658 of file libsigrok.h.

Referenced by sr_dev_channel_enable(), and sr_driver_scan().

void* sr_channel_group::priv

Private data for driver use.

Definition at line 662 of file libsigrok.h.

Referenced by sr_dev_channel_enable().


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