mirror of
https://github.com/nasa/fprime.git
synced 2025-12-11 23:38:06 -06:00
16 lines
944 B
XML
16 lines
944 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component name="Component1" kind="active" namespace="Example">
|
|
<import_enum_type>Autocoders/Python/test/enum_xml/Enum2EnumAi.xml</import_enum_type>
|
|
<import_enum_type>Autocoders/Python/test/enum_xml/Enum3EnumAi.xml</import_enum_type>
|
|
<import_port_type>Autocoders/Python/test/enum_xml/Port1PortAi.xml</import_port_type>
|
|
<import_serializable_type>Autocoders/Python/test/enum_xml/Serial1SerializableAi.xml</import_serializable_type>
|
|
<import_dictionary>Autocoders/Python/test/enum_xml/Telemetry.xml</import_dictionary>
|
|
|
|
<comment>A demonstration component with enums</comment>
|
|
<ports>
|
|
<port name="ExEnumIn" kind="async_input" data_type="Example::Port1" max_number="1"/>
|
|
<port name="EnumIn" kind="async_input" data_type="Example::Port1" max_number="1"/>
|
|
<port name="EnumOut" kind="output" data_type="Example::Port1" max_number="1"/>
|
|
</ports>
|
|
</component>
|