fprime/Autocoders/Python/templates/Example2SerializableAi.xml

15 lines
518 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="file:../../Autocoders/schema/ISF_Type_Schema.rnc" type="compact"?>
<serializable namespace="Example4" name="Example2">
<comment>
This is an optional comment describing the serializable class.
</comment>
<members>
<member name="M1" type="F32"/>
<member name="M2" type="F64" comment="An optional single line comment"/>
<member name="M3" type="U32"/>
<member name="M4" type="U64"/>
</members>
</serializable>