53 lines
648 B
Python
53 lines
648 B
Python
# Tuple of frames table fields
|
|
db_frames_fields = ("id",
|
|
"addresse",
|
|
"alive",
|
|
"altitude",
|
|
"body",
|
|
"comment",
|
|
"course",
|
|
"created",
|
|
"created_unix",
|
|
"format",
|
|
"frame",
|
|
"from",
|
|
"gpsfixstatus",
|
|
"header_raw",
|
|
"latitude",
|
|
"longitude",
|
|
"mbits",
|
|
"messagecapable",
|
|
"message_text",
|
|
"msgNo",
|
|
"mtype",
|
|
"object_format",
|
|
"object_name",
|
|
"path",
|
|
"phg",
|
|
"phg_dir",
|
|
"phg_gain",
|
|
"phg_height",
|
|
"phg_power",
|
|
"phg_range",
|
|
"posambiguity",
|
|
"raw",
|
|
"raw_timestamp",
|
|
"speed",
|
|
"station_call",
|
|
"station_lat",
|
|
"station_lon",
|
|
"status",
|
|
"subpacket",
|
|
"symbol",
|
|
"symbol_table",
|
|
"telemetry",
|
|
"timestamp",
|
|
"to",
|
|
"tEQNS",
|
|
"tPARM",
|
|
"tUNIT",
|
|
"type",
|
|
"via",
|
|
"weather",
|
|
"wx_raw_timestamp")
|