13 Commits

Author SHA1 Message Date
Rohan Dhesikan
64a76e99b5 Added newline to end of file 2021-06-14 14:53:15 -05:00
Rohan Dhesikan
83543f73e1 Added test for default representation type 2021-06-14 14:51:29 -05:00
Rohan Dhesikan
7e26628ff5 Added representation types for enums 2021-06-08 13:54:52 -07:00
rohandkn
ca64fc82af
XML support for enum default values (#681)
* Added support for default attributes in discrete enum declaration in XML

* Added tests and fixed header file include in hpp file

* Added enum fixes to cpp template, changed default documentation, and tested XmlEnumParser.py

* Added enum fixes to cpp template, changed default documentation, and tested XmlEnumParser.py

* Added test for uninitialized value for not-set default values

* Added nothing

* Removed changes from gitignore

* Added default value tests for enum

* Added minor changes to improve readability of enum default value initialization

* Merged changes from upstream f prime

* Resolved Enum XML merge conflict

* Resolved Enum XML merge conflict

* Added change to enum default value test

* Removed unneeded files
2021-06-07 19:01:57 -07:00
bocchino
ed857fa7cb Fix initializers 2020-07-24 08:49:06 -07:00
bocchino
aab7ff82b7 Clean up UnitTestAssert
Add longer testing string of 256 character, so we don't have
to mess round with C-style character arrays
2020-07-23 20:16:31 -07:00
bocchino
8f6689b4f2 Remove extraneous comment 2020-07-23 19:15:26 -07:00
bocchino
56a4e855e4 Revise enum autocoder unit tests 2020-07-23 18:14:29 -07:00
bocchino
78839b0dba Revise enum autocoder unit tests 2020-07-23 18:05:34 -07:00
bocchino
a8dbc82214 Revise enum autocoder unit tests 2020-07-23 17:51:58 -07:00
bocchino
c39cbdaa75 Remove trailing spaces in code 2020-07-23 09:30:44 -07:00
bocchino
deae5f3c97 Revise enum XML unit tests 2020-07-23 09:28:08 -07:00
bocchino
b0569a591c Clean up enum XML test 2020-07-22 20:33:31 -07:00