comparison autocal/txcalchan.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 4ce87a30383f
children
comparison
equal deleted inserted replaced
116:4ce87a30383f 117:4c3f4231a021
6 #include <stdlib.h> 6 #include <stdlib.h>
7 #include <stdint.h> 7 #include <stdint.h>
8 #include <endian.h> 8 #include <endian.h>
9 #include <rvinterf/l1tm.h> 9 #include <rvinterf/l1tm.h>
10 #include <rvinterf/exitcodes.h> 10 #include <rvinterf/exitcodes.h>
11 #include "txvout.h"
11 #include "txband.h" 12 #include "txband.h"
12 #include "txcalchan.h" 13 #include "txcalchan.h"
13 14
14 extern double tx_power_meas(); 15 extern double tx_power_meas();
15 extern vout_t dbm_to_vout(); 16 extern vout_t dbm_to_vout();