Make various protocols support multiple definitions, with the new options parsing code.
This commit is contained in:
parent
81cab66c2c
commit
facf4c12d4
1 changed files with 4 additions and 4 deletions
|
@ -1467,10 +1467,10 @@ struct OptionDesc {
|
|||
{"AV400WSimA", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
{"AV400WSimB", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
{"garmin", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
{"nmea", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
{"generic", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
{"props", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
{"telnet", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
{"nmea", true, OPTION_CHANNEL | OPTION_MULTI, "", false, "", 0 },
|
||||
{"generic", true, OPTION_CHANNEL | OPTION_MULTI, "", false, "", 0 },
|
||||
{"props", true, OPTION_CHANNEL | OPTION_MULTI, "", false, "", 0 },
|
||||
{"telnet", true, OPTION_CHANNEL | OPTION_MULTI, "", false, "", 0 },
|
||||
{"pve", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
{"ray", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
{"rul", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
|
|
Loading…
Add table
Reference in a new issue