sigrok-java  0.4.0
Java bindings for libsigrok
Public Member Functions | List of all members
org.sigrok.core.classes.Analog Class Reference

Payload of a datafeed packet with analog data. More...

+ Inheritance diagram for org.sigrok.core.classes.Analog:

Public Member Functions

SWIGTYPE_p_void data_pointer ()
 Pointer to data. More...
 
long num_samples ()
 Number of samples in this packet. More...
 
java.util.Vector< Channelchannels ()
 Channels for which this packet contains data. More...
 
Quantity mq ()
 Measured quantity of the samples in this packet. More...
 
Unit unit ()
 Unit of the samples in this packet. More...
 
QuantityFlagVector mq_flags ()
 Measurement flags associated with the samples in this packet. More...
 

Detailed Description

Payload of a datafeed packet with analog data.

Member Function Documentation

SWIGTYPE_p_void org.sigrok.core.classes.Analog.data_pointer ( )

Pointer to data.

long org.sigrok.core.classes.Analog.num_samples ( )

Number of samples in this packet.

java.util.Vector<Channel> org.sigrok.core.classes.Analog.channels ( )

Channels for which this packet contains data.

Quantity org.sigrok.core.classes.Analog.mq ( )

Measured quantity of the samples in this packet.

Unit org.sigrok.core.classes.Analog.unit ( )

Unit of the samples in this packet.

QuantityFlagVector org.sigrok.core.classes.Analog.mq_flags ( )

Measurement flags associated with the samples in this packet.