Files
OpenUxAS-SoI/examples/HelloRust/cfg_HelloRust.xml
Adam C. Foltzer 029a7b3658 add HelloRust example
This is about as bare-bones an integration as we can get. Next step:
passing arguments across the language boundary.
2017-06-19 17:08:53 -07:00

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>