comparison autocal/txcalconf.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 a2d4cab0a592
children
comparison
equal deleted inserted replaced
116:4ce87a30383f 117:4c3f4231a021
7 #include <stdio.h> 7 #include <stdio.h>
8 #include <stdlib.h> 8 #include <stdlib.h>
9 #include <string.h> 9 #include <string.h>
10 #include <strings.h> 10 #include <strings.h>
11 #include <rvinterf/exitcodes.h> 11 #include <rvinterf/exitcodes.h>
12 #include "txvout.h"
12 #include "txband.h" 13 #include "txband.h"
13 14
14 char txlevels_directory[] = "/opt/freecalypso/rfcal/txlevels"; 15 char txlevels_directory[] = "/opt/freecalypso/rfcal/txlevels";
15 16
16 extern struct txcal_band *txcal_band; 17 extern struct txcal_band *txcal_band;