libsigrok  0.2.0
sigrok hardware access and backend library
 All Data Structures Files Functions Variables Typedefs Enumerator Macros Groups Pages
Data Fields
sr_datafeed_analog Struct Reference

#include <libsigrok.h>

+ Collaboration diagram for sr_datafeed_analog:

Data Fields

GSList * probes
 The probes for which data is included in this packet. More...
 
int num_samples
 
int mq
 Measured quantity (voltage, current, temperature, and so on). More...
 
int unit
 Unit in which the MQ is measured. More...
 
uint64_t mqflags
 Bitmap with extra information about the MQ. More...
 
float * data
 The analog value(s). More...
 

Detailed Description

Definition at line 286 of file libsigrok.h.

Field Documentation

float* sr_datafeed_analog::data

The analog value(s).

The data is interleaved according to the probes list.

Definition at line 298 of file libsigrok.h.

int sr_datafeed_analog::mq

Measured quantity (voltage, current, temperature, and so on).

Definition at line 291 of file libsigrok.h.

uint64_t sr_datafeed_analog::mqflags

Bitmap with extra information about the MQ.

Definition at line 295 of file libsigrok.h.

int sr_datafeed_analog::num_samples

Definition at line 289 of file libsigrok.h.

GSList* sr_datafeed_analog::probes

The probes for which data is included in this packet.

Definition at line 288 of file libsigrok.h.

int sr_datafeed_analog::unit

Unit in which the MQ is measured.

Definition at line 293 of file libsigrok.h.


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