![]() |
libsigrok
0.5.0
sigrok hardware access and backend library
|
Analog datafeed payload for type SR_DF_ANALOG. More...
#include <libsigrok.h>
Data Fields | |
void * | data |
uint32_t | num_samples |
struct sr_analog_encoding * | encoding |
struct sr_analog_meaning * | meaning |
struct sr_analog_spec * | spec |
Analog datafeed payload for type SR_DF_ANALOG.
Definition at line 500 of file libsigrok.h.
void* sr_datafeed_analog::data |
Definition at line 501 of file libsigrok.h.
Referenced by sr_analog_to_float(), and sr_packet_free().
struct sr_analog_encoding* sr_datafeed_analog::encoding |
Definition at line 503 of file libsigrok.h.
Referenced by sr_analog_to_float(), and sr_packet_free().
struct sr_analog_meaning* sr_datafeed_analog::meaning |
Definition at line 504 of file libsigrok.h.
Referenced by sr_analog_to_float(), sr_analog_unit_to_string(), and sr_packet_free().
uint32_t sr_datafeed_analog::num_samples |
Definition at line 502 of file libsigrok.h.
Referenced by sr_analog_to_float().
struct sr_analog_spec* sr_datafeed_analog::spec |
Definition at line 505 of file libsigrok.h.
Referenced by sr_packet_free().