From bff49cd862a8810ef54252c149b5bfffeeb48a8f Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 15 Jul 2012 01:21:20 +0000 Subject: [PATCH] Added some info stating that this is the default configuration file and the usage of the --config_file flag git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@212 64b25241-fba3-4117-9849-534c7e92360d --- conf/gnss-sdr.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/conf/gnss-sdr.conf b/conf/gnss-sdr.conf index 9a3fde636..1b4decec3 100644 --- a/conf/gnss-sdr.conf +++ b/conf/gnss-sdr.conf @@ -1,4 +1,8 @@ - +; Default configuration file +; You can define your own receiver and invoke it by doing +; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf +; +; See examples at conf/master.conf [GNSS-SDR] ;######### GLOBAL OPTIONS ################## @@ -13,8 +17,7 @@ ControlThread.wait_for_flowgraph=false SignalSource.implementation=File_Signal_Source ;#filename: path to file with the captured GNSS signal samples to be processed -;SignalSource.filename=/media/DATA/Proyectos/Signals/spirent scenario 2/data/sc2_d8.dat -SignalSource.filename=/media/DATA/Proyectos/Signals/Agilent/cap2/agilent_cap2.dat +SignalSource.filename=../data/agilent_cap2.dat ;#item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version. SignalSource.item_type=gr_complex