Struct ZIDemodSample#
Defined in File ziAPI.h
-
struct ZIDemodSample#
The structure used to hold data for a single demodulator sample.
Public Members
-
ZITimeStamp timeStamp#
The timestamp at which the sample has been measured.
-
double x#
X part of the sample.
-
double y#
Y part of the sample.
-
double frequency#
oscillator frequency at that sample.
-
double phase#
oscillator phase at that sample.
-
uint32_t dioBits#
the current bits of the DIO.
-
uint32_t trigger#
trigger bits
-
double auxIn0#
value of Aux input 0.
-
double auxIn1#
value of Aux input 1.
-
ZITimeStamp timeStamp#