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.
13 lines
480 B
XML
13 lines
480 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">
|
|
<comment>Channel One</comment>
|
|
</channel>
|
|
<channel id = "x1" name = "ChanTwo" update="on_change" data_type="ENUM">
|
|
<comment>Channel Two Coordinates</comment>
|
|
</channel>
|
|
<channel id="2" name="ChanThree" data_type="string">
|
|
<comment>Channel Three</comment>
|
|
</channel>
|
|
</telemetry>
|