fprime/Autocoders/Python/test/array_xml/StringArrayArrayAi.xml
Simone Morettini 36514483e3
Fix autogeneration of header guards and tests (#1734)
* Fix autogeneration of header guards and tests

* Updated namespace generation to support nested namespaces
* Update namespace generation for arrays and enums to support C++11
* Made UT of nested namespaces for enum and arrays

* Fix of wrong path changed locally

* #1734: Fix Python formatting

* #1734: Fix Python formatting

---------

Co-authored-by: Simone Morettini <simone.morettini@redwirespaceeurope.com>
2023-02-03 13:36:29 -08:00

13 lines
290 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<array namespace="Example" name="StringArray">
<type size="256">string</type>
<size>3</size>
<format>%s</format>
<default>
<value>"one"</value>
<value>"two"</value>
<value>"the"</value>
</default>
</array>