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

Analog datafeed payload for type SR_DF_ANALOG. More...

#include <libsigrok.h>

+ Collaboration diagram for sr_datafeed_analog:

Data Fields

voiddata
 
uint32_t num_samples
 
struct sr_analog_encodingencoding
 
struct sr_analog_meaningmeaning
 
struct sr_analog_specspec
 

Detailed Description

Analog datafeed payload for type SR_DF_ANALOG.

Definition at line 518 of file libsigrok.h.

Field Documentation

void* sr_datafeed_analog::data
struct sr_analog_encoding* sr_datafeed_analog::encoding
struct sr_analog_meaning* sr_datafeed_analog::meaning
uint32_t sr_datafeed_analog::num_samples
struct sr_analog_spec* sr_datafeed_analog::spec

Definition at line 523 of file libsigrok.h.

Referenced by sr_packet_copy(), and sr_packet_free().


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