From 98196ca0779051270b8a0006a29a2e04822d60ee Mon Sep 17 00:00:00 2001 From: csrichter Date: Fri, 8 Sep 2017 13:39:48 +0200 Subject: [PATCH] markdown lists --- MANUAL.md | 49 +++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/MANUAL.md b/MANUAL.md index f9e30ab..cdaf219 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -1,7 +1,8 @@ # Manual +This manual applies to the "fft-multi-decoder_fixed_hackrf.grc" flowgraph ## graphs -![alt text](Bildschirmfoto89_graphs.png) +![screenshot graphs tab](Bildschirmfoto89_graphs.png) ### freq and volume sliders freq_tune = frequency of SDR hardware volumeLR = volume for left and right channel @@ -20,46 +21,46 @@ loop_bw = loop bandwidth of all PSK decoders ## RDS Table +![screenshot table tab](Bildschirmfoto90_table.png) ### table - hit: hover over text to get more details e.g. time -> date, RT -> RT+ + hint: hover over text to get more details e.g. time -> date, RT -> RT+ click LCR buttons to hear this channel on left/right/center audio ### buttons code.interact - launches interactive python console (inside "rds_parser_table_qt_Widget" instance) in the terminal window GRC was launched from + - launches interactive python console (inside "rds_parser_table_qt_Widget" instance) in the terminal window GRC was launched from parser object accessible via "self.tableobj" variable - can only be used, if GRC was launched from the terminal - pauses execution of parser - exit shell and resume execution with CTRL-D or "exit()" + - can only be used, if GRC was launched from the terminal + - pauses execution of parser + - exit shell and resume execution with CTRL-D or "exit()" + show IH data - display InHouse (groupType 6A) data of all stations + - display InHouse (groupType 6A) data of all stations + save - save current state of parser to data directory + - save current state of parser to data directory + print profile - print profiler info (currently disabled) + - print profiler info (currently disabled) + searchMode - switch station_search block on/off + - switch station_search block on/off + ### decoder info - red/green : RDS decoder sync status - overline/underline: symbol combiner status + - red/green : RDS decoder sync status + - overline/underline: symbol combiner status ## TMC list ### event/location filters -hit enter to apply filter +enter = apply filter ### event list scroll to bottom to follow new events ## TMC map open google_maps.html from /data in webbrowser -click on background = reload/update markers (closes all info windows) -click on marker = open info window - hit: hover over text in info window to get more details (time-> date, event string -> raw MGM data) -t-key = toggle (google) traffic layer on/off - -red lines from tmc event markers show extent of event - - -## RDS database - -## TMC database \ No newline at end of file +- click on background = reload/update markers (closes all info windows) +- click on marker = open info window + - hover over text in info window to get more details (time-> date, event string -> raw MGM data) +- t-key = toggle (google) traffic layer on/off +- red lines from tmc event markers show extent of event \ No newline at end of file