mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
Our XML files had incorrect schema paths, so they needed to be corrected or removed. Because of the upcoming transition to F'' YAML modeling, removing the schema refrences is an easier approach than correcting all component xml files.
16 lines
565 B
XML
16 lines
565 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<telemetry telemetry_base="x1">
|
|
<channel id="0x0" name="ChanOne" update="always" data_type="I8" high_orange="30">
|
|
</channel>
|
|
<channel id = "x1" name = "ChanTwo" update="on_change" data_type="ENUM">
|
|
<comment>Channel Two Coordinates</comment>
|
|
<enum name="coor">
|
|
<item name="x" comment="x coor"></item>
|
|
<item name="y"/>
|
|
</enum>
|
|
</channel>
|
|
<channel id="2" name="ChanThree" data_type="string">
|
|
<comment>Channel Three</comment>
|
|
</channel>
|
|
</telemetry>
|