view autocal/l1stats.h @ 108:85cf0f717ff6

txlevels/fcom1-900: no need for 750 basis pt, it's past the useful range
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Feb 2018 00:31:40 +0000
parents e86779d5445c
children
line wrap: on
line source

/*
 * Here we define our internal structure in which we pass
 * the stats read from L1TM.
 */

struct l1stats {
	int		type;
	unsigned	bitmask;
	unsigned	rssi;
	unsigned	dsp_pm;
	int		angle_mean;
	unsigned	angle_var;
	int		angle_min;
	int		angle_max;
	unsigned	snr_mean;
	unsigned	snr_var;
	unsigned	toa_mean;
	unsigned	toa_var;
	unsigned	frame_number;
	unsigned	runs;
	unsigned	successes;
	unsigned	bsic;
};