comparison autocal/txbasis.c @ 117:4c3f4231a021

autocal: vout_t definition factored out of txband.h into txvout.h
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Feb 2018 07:02:17 +0000
parents 7ad0495991ed
children
comparison
equal deleted inserted replaced
116:4ce87a30383f 117:4c3f4231a021
5 #include <math.h> 5 #include <math.h>
6 #include <stdio.h> 6 #include <stdio.h>
7 #include <stdlib.h> 7 #include <stdlib.h>
8 #include <rvinterf/l1tm.h> 8 #include <rvinterf/l1tm.h>
9 #include <rvinterf/exitcodes.h> 9 #include <rvinterf/exitcodes.h>
10 #include "txvout.h"
10 #include "txband.h" 11 #include "txband.h"
11 12
12 extern double tx_power_meas(); 13 extern double tx_power_meas();
13 extern vout_t dbm_to_vout(); 14 extern vout_t dbm_to_vout();
14 15