You've already forked OpenUxAS-SoI
mirror of
https://github.com/AdaCore/OpenUxAS-SoI.git
synced 2026-02-12 13:04:49 -08:00
This is about as bare-bones an integration as we can get. Next step: passing arguments across the language boundary.
10 lines
293 B
XML
10 lines
293 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<UxAS EntityID="100" FormatVersion="1.0" EntityType="None">
|
|
|
|
<Service Type="HelloRust" StringToSend="Hello from #1" SendPeriod_ms="1000"/>
|
|
<Service Type="HelloRust" StringToSend="Hello from #2" SendPeriod_ms="5001"/>
|
|
|
|
</UxAS>
|
|
|
|
|