Skip to content

Commit e4d18d2

Browse files
author
Jason Mobarak
authored
add AAR settings, take two [DIP-59] (#564)
1 parent 2771773 commit e4d18d2

File tree

1 file changed

+60
-4
lines changed

1 file changed

+60
-4
lines changed

settings.yaml

Lines changed: 60 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2772,7 +2772,7 @@
27722772
units: N/A
27732773
default value: 'SBP (Swift Binary Protocol)'
27742774
readonly: false
2775-
enumerated possible values: SBP,NMEA OUT,RTCMv3 IN,RTCMv3 OUT
2775+
enumerated possible values: SBP,NMEA OUT,RTCMv3 IN,RTCMv3 OUT,EMP OUT
27762776
Description: Communication protocol for TCP server 0. The server will listen for incoming client connections and establish a bi-directional communications.
27772777
Notes: |
27782778
"SBP" configures the interface to transmit messages specified in the 'enabled_sbp_messages' setting and to receive incoming SBP messages. If the mode is changed from SBP the console will no longer be able to communicate over the interface.
@@ -2783,6 +2783,8 @@
27832783
27842784
"RTCMv3 OUT" configures the interface to transmit RTCMv3 messages.
27852785
2786+
"EMP OUT" configures the interface to transmit messages specified in the 'enabled emp messages' setting.
2787+
27862788
The connection is bi-directional so these modes behave the same as the UART modes.
27872789
27882790
- group: tcp_server0
@@ -2801,6 +2803,18 @@
28012803
3456/10 would provide message with ID 3456 at 1/10th the normal rate. For Ethernet,
28022804
the default value is optimal for logging and communication with the console.
28032805

2806+
- group: tcp_server0
2807+
name: enabled_emp_messages
2808+
expert: false
2809+
type: string
2810+
units: N/A
2811+
default value: '50,51,52,53,54,55'
2812+
readonly: false
2813+
Description: Configure which AAR S-9103 EMP messages should be sent to the port. This setting is used only if EMP OUT mode is selected.
2814+
Notes: The enabled emp messages settings is a list of message IDs and rate divisors that will be sent out of the interface. If left blank, all
2815+
messages will be sent at their default rates. If not blank, a comma separated list of EMP message IDs in base 10 integer format should be provided. Optionally,
2816+
a divisor can be specified after the / character for each ID. For example, an entry of 50/10 would provide message with ID 50 at 1/10th the normal rate.
2817+
28042818
- group: tcp_server0
28052819
name: port
28062820
expert: false
@@ -2818,7 +2832,7 @@
28182832
units: N/A
28192833
default value: 'SBP (Swift Binary Protocol)'
28202834
readonly: false
2821-
enumerated possible values: SBP,NMEA OUT,RTCMv3 IN,RTCMv3 OUT
2835+
enumerated possible values: SBP,NMEA OUT,RTCMv3 IN,RTCMv3 OUT,EMP OUT
28222836
Description: Communication protocol for TCP server 1. The server will listen for incoming client connections and establish a bi-directional communications.
28232837
Notes: |
28242838
"SBP" configures the interface to transmit messages specified in the 'enabled_sbp_messages' setting and to receive incoming SBP messages. If the mode is changed from SBP the console will no longer be able to communicate over the interface.
@@ -2829,6 +2843,8 @@
28292843
28302844
"RTCMv3 OUT" configures the interface to transmit RTCMv3 messages.
28312845
2846+
"EMP OUT" configures the interface to transmit messages specified in the 'enabled emp messages' setting.
2847+
28322848
The connection is bi-directional so these modes behave the same as the UART modes.
28332849
28342850
- group: tcp_server1
@@ -2847,6 +2863,18 @@
28472863
3456/10 would provide message with ID 3456 at 1/10th the normal rate. For Ethernet,
28482864
the default value is optimal for logging and communication with the console.
28492865

2866+
- group: tcp_server1
2867+
name: enabled_emp_messages
2868+
expert: false
2869+
type: string
2870+
units: N/A
2871+
default value: '50,51,52,53,54,55'
2872+
readonly: false
2873+
Description: Configure which AAR S-9103 EMP messages should be sent to the port. This setting is used only if EMP OUT mode is selected.
2874+
Notes: The enabled emp messages settings is a list of message IDs and rate divisors that will be sent out of the interface. If left blank, all
2875+
messages will be sent at their default rates. If not blank, a comma separated list of EMP message IDs in base 10 integer format should be provided. Optionally,
2876+
a divisor can be specified after the / character for each ID. For example, an entry of 50/10 would provide message with ID 50 at 1/10th the normal rate.
2877+
28502878
- group: tcp_server1
28512879
name: port
28522880
expert: false
@@ -3030,7 +3058,7 @@
30303058
units: N/A
30313059
default value: 'Disabled'
30323060
readonly: false
3033-
enumerated possible values: SBP,NMEA OUT,RTCMv3 IN, RTCMv3 OUT
3061+
enumerated possible values: SBP,NMEA OUT,RTCMv3 IN, RTCMv3 OUT,EMP OUT
30343062
Description: Communication protocol for UDP client 0. The client will send packets to a server for uni-directional communications.
30353063
Notes: |
30363064
"SBP" configures the interface to transmit messages specified in the 'enabled_sbp_messages' setting.
@@ -3041,6 +3069,8 @@
30413069
30423070
"RTCMv3 OUT" configures the interface to transmit RTCMv3 messages.
30433071
3072+
"EMP OUT" configures the interface to transmit messages specified in the 'enabled emp messages' setting.
3073+
30443074
- group: udp_client0
30453075
name: enabled_sbp_messages
30463076
expert: false
@@ -3057,6 +3087,18 @@
30573087
3456/10 would provide message with ID 3456 at 1/10th the normal rate. For Ethernet,
30583088
the default value is optimal for logging and communication with the console.
30593089

3090+
- group: udp_client0
3091+
name: enabled_emp_messages
3092+
expert: false
3093+
type: string
3094+
units: N/A
3095+
default value: '50,51,52,53,54,55'
3096+
readonly: false
3097+
Description: Configure which AAR S-9103 EMP messages should be sent to the server. This setting is used only if EMP OUT mode is selected.
3098+
Notes: The enabled emp messages settings is a list of message IDs and rate divisors that will be sent out of the interface. If left blank, all
3099+
messages will be sent at their default rates. If not blank, a comma separated list of EMP message IDs in base 10 integer format should be provided. Optionally,
3100+
a divisor can be specified after the / character for each ID. For example, an entry of 50/10 would provide message with ID 50 at 1/10th the normal rate.
3101+
30603102
- group: udp_client0
30613103
name: address
30623104
expert: false
@@ -3085,7 +3127,7 @@
30853127
units: N/A
30863128
default value: 'Disabled'
30873129
readonly: false
3088-
enumerated possible values: SBP,NMEA OUT,RTCMv3 IN,RTCMv3 OUT
3130+
enumerated possible values: SBP,NMEA OUT,RTCMv3 IN,RTCMv3 OUT,EMP OUT
30893131
Description: Communication protocol for UDP client 1. The client will send packets to a server for uni-directional communications.
30903132
Notes: |
30913133
"SBP" configures the interface to transmit messages specified in the 'enabled_sbp_messages' setting.
@@ -3096,6 +3138,8 @@
30963138
30973139
"RTCMv3 OUT" configures the interface to transmit RTCMv3 messages
30983140
3141+
"EMP OUT" configures the interface to transmit messages specified in the 'enabled emp messages' setting.
3142+
30993143
- group: udp_client1
31003144
name: enabled_sbp_messages
31013145
expert: false
@@ -3112,6 +3156,18 @@
31123156
3456/10 would provide message with ID 3456 at 1/10th the normal rate. For Ethernet,
31133157
the default value is optimal for logging and communication with the console.
31143158

3159+
- group: udp_client1
3160+
name: enabled_emp_messages
3161+
expert: false
3162+
type: string
3163+
units: N/A
3164+
default value: '50,51,52,53,54,55'
3165+
readonly: false
3166+
Description: Configure which AAR S-9103 EMP messages should be sent to the server. This setting is used only if EMP OUT mode is selected.
3167+
Notes: The enabled emp messages settings is a list of message IDs and rate divisors that will be sent out of the interface. If left blank, all
3168+
messages will be sent at their default rates. If not blank, a comma separated list of EMP message IDs in base 10 integer format should be provided. Optionally,
3169+
a divisor can be specified after the / character for each ID. For example, an entry of 50/10 would provide message with ID 50 at 1/10th the normal rate.
3170+
31153171
- group: udp_client1
31163172
name: address
31173173
expert: false

0 commit comments

Comments
 (0)