Skip to content

Commit 04957ae

Browse files
conf/params/lauv-noptilus-3: Updated parameters.
1 parent 6bbb649 commit 04957ae

File tree

2 files changed

+242
-0
lines changed

2 files changed

+242
-0
lines changed

conf/params/lauv-noptilus-3.en_US.xml

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10396,6 +10396,127 @@
1039610396
<desc>Send SMS text messages. If false, only received SMS will be processed without sending any SMS text messages</desc>
1039710397
</param>
1039810398
</section>
10399+
<section name="Back Seat TCP Server" name-i18n="Back Seat TCP Server">
10400+
<param name="Entity Label">
10401+
<name-i18n>Entity Label</name-i18n>
10402+
<type>string</type>
10403+
<visibility>developer</visibility>
10404+
<scope>global</scope>
10405+
<default>Back Seat TCP Server</default>
10406+
<units/>
10407+
<desc>Main entity label</desc>
10408+
</param>
10409+
<param name="Execution Priority">
10410+
<name-i18n>Execution Priority</name-i18n>
10411+
<type>integer</type>
10412+
<visibility>developer</visibility>
10413+
<scope>global</scope>
10414+
<default>10</default>
10415+
<units/>
10416+
<desc>Execution priority</desc>
10417+
</param>
10418+
<param name="Activation Time">
10419+
<name-i18n>Activation Time</name-i18n>
10420+
<type>real</type>
10421+
<visibility>developer</visibility>
10422+
<scope>global</scope>
10423+
<default>0</default>
10424+
<units/>
10425+
<desc/>
10426+
</param>
10427+
<param name="Deactivation Time">
10428+
<name-i18n>Deactivation Time</name-i18n>
10429+
<type>real</type>
10430+
<visibility>developer</visibility>
10431+
<scope>global</scope>
10432+
<default>0</default>
10433+
<units/>
10434+
<desc/>
10435+
</param>
10436+
<param name="Debug Level">
10437+
<name-i18n>Debug Level</name-i18n>
10438+
<type>string</type>
10439+
<visibility>developer</visibility>
10440+
<scope>global</scope>
10441+
<default>None</default>
10442+
<units/>
10443+
<desc/>
10444+
<values>None, Debug, Trace, Spew</values>
10445+
<values-i18n>None, Debug, Trace, Spew</values-i18n>
10446+
</param>
10447+
<param name="Loopback Internal Messages">
10448+
<name-i18n>Loopback Internal Messages</name-i18n>
10449+
<type>boolean</type>
10450+
<visibility>developer</visibility>
10451+
<scope>global</scope>
10452+
<default>true</default>
10453+
<units/>
10454+
<desc>Loopback internal messages, such as EntityState and EntityParameters</desc>
10455+
</param>
10456+
<param name="Transports">
10457+
<name-i18n>Transports</name-i18n>
10458+
<type>list:string</type>
10459+
<visibility>developer</visibility>
10460+
<scope>global</scope>
10461+
<default>Announce, Abort, AcousticLink, AlignmentState, EntityParameters, EstimatedState, FollowRefState, FuelLevel, FollowRefState, GpsFix, IridiumTxStatus, PathControlState, PlanControl, PlanControlState, PlanDB, ReportControl, Salinity, SoiCommand, SoiPlan, Temperature, TextMessage, TransmissionStatus, UamRxFrame, UamTxStatus, VehicleMedium, VehicleState</default>
10462+
<units/>
10463+
<desc>Messages to transport</desc>
10464+
</param>
10465+
<param name="Rate Limiters">
10466+
<name-i18n>Rate Limiters</name-i18n>
10467+
<type>list:string</type>
10468+
<visibility>developer</visibility>
10469+
<scope>global</scope>
10470+
<default/>
10471+
<units/>
10472+
<desc>List of &lt;Message&gt;:&lt;Frequency&gt;</desc>
10473+
</param>
10474+
<param name="Filtered Entities">
10475+
<name-i18n>Filtered Entities</name-i18n>
10476+
<type>list:string</type>
10477+
<visibility>developer</visibility>
10478+
<scope>global</scope>
10479+
<default>Temperature:CTD+OEMX+Water Quality Sensor+CTD Simulator</default>
10480+
<units/>
10481+
<desc>List of &lt;Message&gt;:&lt;Entity&gt;+&lt;Entity&gt; that define the source entities allowed to pass message of a specific message type.</desc>
10482+
</param>
10483+
<param name="Trace - Incoming Messages">
10484+
<name-i18n>Trace - Incoming Messages</name-i18n>
10485+
<type>boolean</type>
10486+
<visibility>developer</visibility>
10487+
<scope>global</scope>
10488+
<default>false</default>
10489+
<units/>
10490+
<desc>Enable verbose output regarding incoming messages</desc>
10491+
</param>
10492+
<param name="Trace - Outgoing Messages">
10493+
<name-i18n>Trace - Outgoing Messages</name-i18n>
10494+
<type>boolean</type>
10495+
<visibility>developer</visibility>
10496+
<scope>global</scope>
10497+
<default>false</default>
10498+
<units/>
10499+
<desc>Enable verbose output regarding outgoing messages</desc>
10500+
</param>
10501+
<param name="Port">
10502+
<name-i18n>Port</name-i18n>
10503+
<type>integer</type>
10504+
<visibility>developer</visibility>
10505+
<scope>global</scope>
10506+
<default>6006</default>
10507+
<units/>
10508+
<desc>TCP server port</desc>
10509+
</param>
10510+
<param name="Announce Service">
10511+
<name-i18n>Announce Service</name-i18n>
10512+
<type>boolean</type>
10513+
<visibility>developer</visibility>
10514+
<scope>global</scope>
10515+
<default>false</default>
10516+
<units/>
10517+
<desc>Set to true to announce the service</desc>
10518+
</param>
10519+
</section>
1039910520
<section name="TCP to Slave CPU" name-i18n="TCP to Slave CPU">
1040010521
<param name="Entity Label">
1040110522
<name-i18n>Entity Label</name-i18n>

conf/params/lauv-noptilus-3.pt_PT.xml

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10396,6 +10396,127 @@
1039610396
<desc>Send SMS text messages. If false, only received SMS will be processed without sending any SMS text messages</desc>
1039710397
</param>
1039810398
</section>
10399+
<section name="Back Seat TCP Server" name-i18n="Servidor TCP de Back Seat">
10400+
<param name="Entity Label">
10401+
<name-i18n>Nome da Entidade</name-i18n>
10402+
<type>string</type>
10403+
<visibility>developer</visibility>
10404+
<scope>global</scope>
10405+
<default>Back Seat TCP Server</default>
10406+
<units/>
10407+
<desc>Nome principal da entidade</desc>
10408+
</param>
10409+
<param name="Execution Priority">
10410+
<name-i18n>Prioridade de Execução</name-i18n>
10411+
<type>integer</type>
10412+
<visibility>developer</visibility>
10413+
<scope>global</scope>
10414+
<default>10</default>
10415+
<units/>
10416+
<desc>Prioridade de execução</desc>
10417+
</param>
10418+
<param name="Activation Time">
10419+
<name-i18n>Tempo de Ativação</name-i18n>
10420+
<type>real</type>
10421+
<visibility>developer</visibility>
10422+
<scope>global</scope>
10423+
<default>0</default>
10424+
<units/>
10425+
<desc/>
10426+
</param>
10427+
<param name="Deactivation Time">
10428+
<name-i18n>Tempo de Desativação</name-i18n>
10429+
<type>real</type>
10430+
<visibility>developer</visibility>
10431+
<scope>global</scope>
10432+
<default>0</default>
10433+
<units/>
10434+
<desc/>
10435+
</param>
10436+
<param name="Debug Level">
10437+
<name-i18n>Nível de Depuração</name-i18n>
10438+
<type>string</type>
10439+
<visibility>developer</visibility>
10440+
<scope>global</scope>
10441+
<default>None</default>
10442+
<units/>
10443+
<desc/>
10444+
<values>None, Debug, Trace, Spew</values>
10445+
<values-i18n>None, Debug, Trace, Spew</values-i18n>
10446+
</param>
10447+
<param name="Loopback Internal Messages">
10448+
<name-i18n>Loopback Internal Messages</name-i18n>
10449+
<type>boolean</type>
10450+
<visibility>developer</visibility>
10451+
<scope>global</scope>
10452+
<default>true</default>
10453+
<units/>
10454+
<desc>Loopback internal messages, such as EntityState and EntityParameters</desc>
10455+
</param>
10456+
<param name="Transports">
10457+
<name-i18n>Transports</name-i18n>
10458+
<type>list:string</type>
10459+
<visibility>developer</visibility>
10460+
<scope>global</scope>
10461+
<default>Announce, Abort, AcousticLink, AlignmentState, EntityParameters, EstimatedState, FollowRefState, FuelLevel, FollowRefState, GpsFix, IridiumTxStatus, PathControlState, PlanControl, PlanControlState, PlanDB, ReportControl, Salinity, SoiCommand, SoiPlan, Temperature, TextMessage, TransmissionStatus, UamRxFrame, UamTxStatus, VehicleMedium, VehicleState</default>
10462+
<units/>
10463+
<desc>Messages to transport</desc>
10464+
</param>
10465+
<param name="Rate Limiters">
10466+
<name-i18n>Rate Limiters</name-i18n>
10467+
<type>list:string</type>
10468+
<visibility>developer</visibility>
10469+
<scope>global</scope>
10470+
<default/>
10471+
<units/>
10472+
<desc>List of &lt;Message&gt;:&lt;Frequency&gt;</desc>
10473+
</param>
10474+
<param name="Filtered Entities">
10475+
<name-i18n>Filtered Entities</name-i18n>
10476+
<type>list:string</type>
10477+
<visibility>developer</visibility>
10478+
<scope>global</scope>
10479+
<default>Temperature:CTD+OEMX+Water Quality Sensor+CTD Simulator</default>
10480+
<units/>
10481+
<desc>List of &lt;Message&gt;:&lt;Entity&gt;+&lt;Entity&gt; that define the source entities allowed to pass message of a specific message type.</desc>
10482+
</param>
10483+
<param name="Trace - Incoming Messages">
10484+
<name-i18n>Trace - Incoming Messages</name-i18n>
10485+
<type>boolean</type>
10486+
<visibility>developer</visibility>
10487+
<scope>global</scope>
10488+
<default>false</default>
10489+
<units/>
10490+
<desc>Enable verbose output regarding incoming messages</desc>
10491+
</param>
10492+
<param name="Trace - Outgoing Messages">
10493+
<name-i18n>Trace - Outgoing Messages</name-i18n>
10494+
<type>boolean</type>
10495+
<visibility>developer</visibility>
10496+
<scope>global</scope>
10497+
<default>false</default>
10498+
<units/>
10499+
<desc>Enable verbose output regarding outgoing messages</desc>
10500+
</param>
10501+
<param name="Port">
10502+
<name-i18n>Port</name-i18n>
10503+
<type>integer</type>
10504+
<visibility>developer</visibility>
10505+
<scope>global</scope>
10506+
<default>6006</default>
10507+
<units/>
10508+
<desc>TCP server port</desc>
10509+
</param>
10510+
<param name="Announce Service">
10511+
<name-i18n>Announce Service</name-i18n>
10512+
<type>boolean</type>
10513+
<visibility>developer</visibility>
10514+
<scope>global</scope>
10515+
<default>false</default>
10516+
<units/>
10517+
<desc>Set to true to announce the service</desc>
10518+
</param>
10519+
</section>
1039910520
<section name="TCP to Slave CPU" name-i18n="TCP para CPU Escravo">
1040010521
<param name="Entity Label">
1040110522
<name-i18n>Nome da Entidade</name-i18n>

0 commit comments

Comments
 (0)