FreeCalypso > hg > fc-rfcal-tools
comparison autocal/txlevels.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 | 1e49bb52b07e |
| children | 9f09a7c3607a |
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 |
