Skip to content

Commit f015995

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 79fc8b4 commit f015995

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tests/test_data/test_include_condition.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://www.omg.org/space/xtce https://www.omg.org/spec/XTCE/20180204/SpaceSystem.xsd"
55
name="TestIncludeCondition">
6-
6+
77
<xtce:Header date="2024-11-06" version="1.0" author="Space Packet Parser Test"/>
8-
8+
99
<xtce:TelemetryMetaData>
10-
10+
1111
<!-- Define parameter types -->
1212
<xtce:ParameterTypeSet>
1313
<xtce:IntegerParameterType name="UINT8_Type" signed="false">
1414
<xtce:IntegerDataEncoding sizeInBits="8" encoding="unsigned"/>
1515
</xtce:IntegerParameterType>
16-
16+
1717
<xtce:IntegerParameterType name="UINT16_Type" signed="false">
1818
<xtce:IntegerDataEncoding sizeInBits="16" encoding="unsigned"/>
1919
</xtce:IntegerParameterType>
20-
20+
2121
<xtce:IntegerParameterType name="UINT32_Type" signed="false">
2222
<xtce:IntegerDataEncoding sizeInBits="32" encoding="unsigned"/>
2323
</xtce:IntegerParameterType>
2424
</xtce:ParameterTypeSet>
25-
25+
2626
<!-- Define parameters -->
2727
<xtce:ParameterSet>
2828
<xtce:Parameter name="Mode" parameterTypeRef="UINT8_Type" shortDescription="Mode indicator"/>
@@ -31,37 +31,37 @@
3131
<xtce:Parameter name="OptionalData2" parameterTypeRef="UINT16_Type" shortDescription="Optional data field 2"/>
3232
<xtce:Parameter name="MandatoryData" parameterTypeRef="UINT32_Type" shortDescription="Always included data"/>
3333
</xtce:ParameterSet>
34-
34+
3535
<!-- Define containers -->
3636
<xtce:ContainerSet>
3737
<xtce:SequenceContainer name="ConditionalTestPacket">
3838
<xtce:EntryList>
3939
<!-- Mode parameter - always included -->
4040
<xtce:ParameterRefEntry parameterRef="Mode"/>
41-
41+
4242
<!-- Flag parameter - always included -->
4343
<xtce:ParameterRefEntry parameterRef="Flag"/>
44-
44+
4545
<!-- OptionalData1 - included only if Mode == 1 -->
4646
<xtce:ParameterRefEntry parameterRef="OptionalData1">
4747
<xtce:IncludeCondition>
4848
<xtce:Comparison parameterRef="Mode" value="1" comparisonOperator="==" useCalibratedValue="true"/>
4949
</xtce:IncludeCondition>
5050
</xtce:ParameterRefEntry>
51-
51+
5252
<!-- OptionalData2 - included only if Flag == 1 -->
5353
<xtce:ParameterRefEntry parameterRef="OptionalData2">
5454
<xtce:IncludeCondition>
5555
<xtce:Comparison parameterRef="Flag" value="1" comparisonOperator="==" useCalibratedValue="true"/>
5656
</xtce:IncludeCondition>
5757
</xtce:ParameterRefEntry>
58-
58+
5959
<!-- MandatoryData - always included -->
6060
<xtce:ParameterRefEntry parameterRef="MandatoryData"/>
6161
</xtce:EntryList>
6262
</xtce:SequenceContainer>
6363
</xtce:ContainerSet>
64-
64+
6565
</xtce:TelemetryMetaData>
66-
66+
6767
</xtce:SpaceSystem>

0 commit comments

Comments
 (0)