mirror of
https://github.com/nasa/fprime.git
synced 2025-12-11 13:54:34 -06:00
* 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>
13 lines
290 B
XML
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>
|