AutoConnect.SettingsGroup.json 3.08 KB
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5
[
6
{
7
    "name":             "autoConnectUDP",
8 9 10 11 12 13
    "shortDescription": "Automatically open a connection over UDP",
    "longDescription":  "If this option is enabled GroundControl will automatically connect to a vehicle which is detected on a UDP communication link.",
    "type":             "bool",
    "defaultValue":     true
},
{
14
    "name":             "autoConnectPixhawk",
15 16 17 18 19 20
    "shortDescription": "Automatically connect to a Pixhawk board",
    "longDescription":  "If this option is enabled GroundControl will automatically connect to a Pixhawk board which is connected via USB.",
    "type":             "bool",
    "defaultValue":     true
},
{
21
    "name":             "autoConnectSiKRadio",
22 23 24 25 26 27
    "shortDescription": "Automatically connect to a SiK Radio",
    "longDescription":  "If this option is enabled GroundControl will automatically connect to a vehicle which is detected on a SiK Radio communication link.",
    "type":             "bool",
    "defaultValue":     true
},
{
28
    "name":             "autoConnectPX4Flow",
29 30 31 32 33 34
    "shortDescription": "Automatically connect to a P4 Flow",
    "longDescription":  "If this option is enabled GroundControl will automatically connect to a PX4 Flow board which is connected via USB.",
    "type":             "bool",
    "defaultValue":     true
},
{
35
    "name":             "autoConnectRTKGPS",
36 37 38 39 40 41
    "shortDescription": "Automatically connect to an RTK GPS",
    "longDescription":  "If this option is enabled GroundControl will automatically connect to an RTK GPS which is connected via USB.",
    "type":             "bool",
    "defaultValue":     true
},
{
42
    "name":             "autoConnectLibrePilot",
43 44 45 46
    "shortDescription": "Automatically connect to a LibrePilot",
    "longDescription":  "If this option is enabled GroundControl will automatically connect to a LibrePilot board which is connected via USB.",
    "type":             "bool",
    "defaultValue":     true
47
},
48
{
49
    "name":             "autoConnectNmeaPort",
50 51 52
    "shortDescription": "NMEA GPS device for GCS position",
    "longDescription":  "NMEA GPS device for GCS position",
    "type":             "string",
53
    "defaultValue":     "Disabled"
54 55
},
{
56
    "name":             "autoConnectNmeaBaud",
57 58 59 60 61
    "shortDescription": "NMEA GPS Baudrate",
    "longDescription":  "NMEA GPS Baudrate",
    "type":             "uint32",
    "defaultValue":     4800
},
62
{
63
    "name":             "udpListenPort",
64 65 66 67 68
    "shortDescription": "UDP port for autoconnect",
    "type":             "uint32",
    "defaultValue":     14550
},
{
69
    "name":             "udpTargetHostIP",
70 71 72 73 74
    "shortDescription": "UDP target host IP for autoconnect",
    "type":             "string",
    "defaultValue":     ""
},
{
75
    "name":             "udpTargetHostPort",
76 77 78
    "shortDescription": "UDP target host port for autoconnect",
    "type":             "uint32",
    "defaultValue":     14550
79 80 81 82 83 84
},
{
    "name":             "nmeaUdpPort",
    "shortDescription": "Udp port to receive NMEA streams",
    "type":             "uint32",
    "defaultValue":     14401
85
}
86
]
87
}