FreeCalypso > hg > fc-rfcal-tools
comparison autocal/vcxomain.c @ 31:6e8f2728c7f5
fc-rfcal-vcxo: added setlinebuf(stdout) to allow easier logging with tee
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 23 May 2017 00:08:41 +0000 |
parents | 4cd55371d3e4 |
children | 7ad5836d3b87 |
comparison
equal
deleted
inserted
replaced
30:4cd55371d3e4 | 31:6e8f2728c7f5 |
---|---|
42 char **argv; | 42 char **argv; |
43 { | 43 { |
44 socket_pathname_options(argc, argv); | 44 socket_pathname_options(argc, argv); |
45 connect_rvinterf_socket(); | 45 connect_rvinterf_socket(); |
46 connect_tsid_socket(); | 46 connect_tsid_socket(); |
47 setlinebuf(stdout); /* to allow logging with tee */ | |
47 prepare_rf_test_system(); | 48 prepare_rf_test_system(); |
48 | 49 |
49 printf("Putting the DUT into Test Mode\n"); | 50 printf("Putting the DUT into Test Mode\n"); |
50 do_tms(1); | 51 do_tms(1); |
51 do_rfpw(STD_BAND_FLAG, VCXOCAL_BAND_RFPW); | 52 do_rfpw(STD_BAND_FLAG, VCXOCAL_BAND_RFPW); |