libsigrok  0.3.0
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.
GSList * channels
 List of sr_channel structs of the channels belonging to this group.
void * priv
 Private data for driver use.

Detailed Description

Structure for groups of channels that have common properties.

Definition at line 551 of file libsigrok.h.


Field Documentation

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

Definition at line 555 of file libsigrok.h.

Name of the channel group.

Definition at line 553 of file libsigrok.h.

Private data for driver use.

Definition at line 557 of file libsigrok.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines