-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1455 from NASA-AMMOS/feature/e2e_sequencing_chann…
…el_parameter_support Sequencing e2e - Added channel/parameter and DB state test
- Loading branch information
Showing
15 changed files
with
831 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<telemetry_dictionary> | ||
<header mission_name="Banana Nation" version="1.0.0.0" schema_version="1.0"> | ||
<spacecraft_ids> | ||
<spacecraft_id value="62"/> | ||
</spacecraft_ids> | ||
</header> | ||
<enum_definitions> | ||
<enum_table name="BAKE_STATE"> | ||
<values> | ||
<enum symbol="OVEN_OFF" numeric="0"/> | ||
<enum symbol="OVEN_ON" numeric="0"/> | ||
</values> | ||
</enum_table> | ||
</enum_definitions> | ||
<telemetry_groups> | ||
<group group_name="oven_model" group_desc="different oven models"> | ||
<group_channel>OVEN-21</group_channel> | ||
<group_channel>OVEN-26</group_channel> | ||
</group> | ||
</telemetry_groups> | ||
<telemetry_definitions> | ||
<telemetry abbreviation="BAKE-0000" channel_derivation="None" name="BAKE_STATE" type="enum" source="flight" byte_length="1"> | ||
<measurement_id>1</measurement_id> | ||
<description>String of the oven</description> | ||
<enum_format enum_name="BAKE_STATE"/> | ||
<raw_units>None</raw_units> | ||
<categories> | ||
<module>oven_sc</module> | ||
<ops_category>BAKE</ops_category> | ||
</categories> | ||
<fsw_specification oven_buffer_depth="4"/> | ||
</telemetry> | ||
</telemetry_definitions> | ||
</telemetry_dictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<param-def> | ||
<header mission_name="Banana Nation" version="1.0.0.1" schema_version="1.0"> | ||
<spacecraft_ids> | ||
<spacecraft_id value="62"/> | ||
</spacecraft_ids> | ||
</header> | ||
<enum_definitions> | ||
<enum_table name="BANANA"> | ||
<values> | ||
<enum symbol="BANANA_YELLOW" numeric="0"/> | ||
<enum symbol="BANANA_GREEN" numeric="1"/> | ||
</values> | ||
</enum_table> | ||
</enum_definitions> | ||
<param param_id="0x6260" param_name="BANANA_COLOR_RATE" parameter_version="1" units="shade/second" location="TREE" managed_by="Ground"> | ||
<sysdesc>The rate that the banana changes form green to yellow</sysdesc> | ||
<when_applied applied="IMMEDIATELY"/> | ||
<categories> | ||
<module>banana_mgr</module> | ||
<ops_category>BANANA</ops_category> | ||
</categories> | ||
<parameter_type> | ||
<unsigned_int_param bit_length="8"> | ||
<range_of_values> | ||
<include min="1" max="4"/> | ||
</range_of_values> | ||
</unsigned_int_param> | ||
</parameter_type> | ||
<param_validation custom_validation_required="No"/> | ||
<default_value>1</default_value> | ||
<rationale>This is the rate that the banana can change color for all bananas</rationale> | ||
</param> | ||
</param-def> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.