Update description in header comments.

fisb_service
Christopher Young 2016-04-01 10:37:59 -04:00
rodzic cfd23d54eb
commit 55ccf26b7e
13 zmienionych plików z 13 dodań i 26 usunięć

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included that can be found in the LICENSE file, herein included
as part of this header. as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat, fisb.go: FISB service. Inputs raw UAT packets, parses, and creates a standard buffer to be saved for general purpose use.
ownship, status messages, stats collection.
*/ */
package main package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included that can be found in the LICENSE file, herein included
as part of this header. as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat, bmp180_read.go: BMP180 sensor test.
ownship, status messages, stats collection.
*/ */
package main package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included that can be found in the LICENSE file, herein included
as part of this header. as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat, extract_latlng.go: Extract the lat/lng of UAT towers from recorded data.
ownship, status messages, stats collection.
*/ */
package main package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included that can be found in the LICENSE file, herein included
as part of this header. as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat, extract_metar.go: Parse text reports from UAT data.
ownship, status messages, stats collection.
*/ */
package main package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included that can be found in the LICENSE file, herein included
as part of this header. as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat, getairmet.go: Parse AIRMETs and NOTAMs from UAT data.
ownship, status messages, stats collection.
*/ */
package main package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included that can be found in the LICENSE file, herein included
as part of this header. as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat, maxgap.go: QoS graph from UAT replay files.
ownship, status messages, stats collection.
*/ */
package main package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included that can be found in the LICENSE file, herein included
as part of this header. as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat, nexrad_annunciator.go: PoC precip warning system, parses NEXRAD frames and inputs current position/heading.
ownship, status messages, stats collection.
*/ */
package main package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included that can be found in the LICENSE file, herein included
as part of this header. as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat, packetrate.go: Makes a graph of UAT packetrate vs. time.
ownship, status messages, stats collection.
*/ */
package main package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included that can be found in the LICENSE file, herein included
as part of this header. as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat, replay.go: Deprecated UAT/ES replay.
ownship, status messages, stats collection.
*/ */
package main package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included that can be found in the LICENSE file, herein included
as part of this header. as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat, sensortest.go: MPU6050 sensor data sent directly via X-Plane protocol.
ownship, status messages, stats collection.
*/ */
package main package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included that can be found in the LICENSE file, herein included
as part of this header. as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat, uat_read.go: Test UAT read from SDR using gortlsdr and godump978.
ownship, status messages, stats collection.
*/ */
// +build ignore // +build ignore

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included that can be found in the LICENSE file, herein included
as part of this header. as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat, uatsummary.go: Summarize the number of different types of text updates, determined by the first "word" in each text update.
ownship, status messages, stats collection.
*/ */
package main package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included that can be found in the LICENSE file, herein included
as part of this header. as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat, uatparse.go: Parses UAT packets. Currently supports products 413, 8, 11, 13.
ownship, status messages, stats collection.
*/ */
package uatparse package uatparse