comparison autocal/l1stats.h @ 47:e86779d5445c

autocal: preparations for receiving auto stats and rfe completion
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 27 May 2017 06:46:17 +0000
parents
children
comparison
equal deleted inserted replaced
46:751f8d9efed0 47:e86779d5445c
1 /*
2 * Here we define our internal structure in which we pass
3 * the stats read from L1TM.
4 */
5
6 struct l1stats {
7 int type;
8 unsigned bitmask;
9 unsigned rssi;
10 unsigned dsp_pm;
11 int angle_mean;
12 unsigned angle_var;
13 int angle_min;
14 int angle_max;
15 unsigned snr_mean;
16 unsigned snr_var;
17 unsigned toa_mean;
18 unsigned toa_var;
19 unsigned frame_number;
20 unsigned runs;
21 unsigned successes;
22 unsigned bsic;
23 };