libsigrok  0.4.0
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

void * data
 
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 516 of file libsigrok.h.

Field Documentation

void* sr_datafeed_analog::data

Definition at line 517 of file libsigrok.h.

Referenced by sr_analog_to_float(), sr_packet_copy(), and sr_packet_free().

struct sr_analog_encoding* sr_datafeed_analog::encoding

Definition at line 519 of file libsigrok.h.

Referenced by sr_analog_init(), sr_analog_to_float(), sr_packet_copy(), and sr_packet_free().

struct sr_analog_meaning* sr_datafeed_analog::meaning
uint32_t sr_datafeed_analog::num_samples

Definition at line 518 of file libsigrok.h.

Referenced by sr_analog_to_float(), and sr_packet_copy().

struct sr_analog_spec* sr_datafeed_analog::spec

Definition at line 521 of file libsigrok.h.

Referenced by sr_analog_init(), sr_packet_copy(), and sr_packet_free().


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