diff autocal/txband.h @ 114:ae8da516681c

fc-rfcal-txband: data struct preparation for channel calibration
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Feb 2018 05:06:28 +0000
parents 93653fe9b4ef
children 4c3f4231a021
line wrap: on
line diff
--- a/autocal/txband.h	Tue Feb 13 04:39:33 2018 +0000
+++ b/autocal/txband.h	Tue Feb 13 05:06:28 2018 +0000
@@ -14,6 +14,8 @@
 	unsigned	end_plnum;
 	struct tx_calchan_range *calchan_ranges;
 	unsigned	ref_subband;
+	unsigned	*calchan_selections;
+	unsigned	*calchan_plnum;
 };
 
 #define	MAX_BASIS_POINTS	15