libsigrokdecode
 All Data Structures Files Functions Variables Typedefs Enumerator Macros
Data Fields
srd_probe Struct Reference

Structure which contains information about one protocol decoder probe. More...

#include <sigrokdecode.h>

Data Fields

char * id
 The ID of the probe. More...
 
char * name
 The name of the probe. More...
 
char * desc
 The description of the probe. More...
 
int order
 The index of the probe, i.e. More...
 

Detailed Description

Structure which contains information about one protocol decoder probe.

For example, I2C has two probes, SDA and SCL.

Definition at line 185 of file sigrokdecode.h.

Field Documentation

char* srd_probe::desc

The description of the probe.

Must not be NULL.

Definition at line 191 of file sigrokdecode.h.

char* srd_probe::id

The ID of the probe.

Must be non-NULL.

Definition at line 187 of file sigrokdecode.h.

char* srd_probe::name

The name of the probe.

Must not be NULL.

Definition at line 189 of file sigrokdecode.h.

int srd_probe::order

The index of the probe, i.e.

its order in the list of probes.

Definition at line 193 of file sigrokdecode.h.

Referenced by srd_inst_probe_set_all().


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