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... | |
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.
char* srd_probe::desc |
char* srd_probe::id |
char* srd_probe::name |
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().