M Starch ec08d43dd3
Removes NATIVE_INT_TYPE, NATIVE_UINT_TYPE, and POINTER_CAST from Fw (#3286)
* NATIVE_INT_TYPE use in toString

* NATIVE_INT_TYPE use in SimpleObjRegistry

* NATIVE_INT_TYPE use in Asserts

* NATIVE_INT_TYPE use in Fw/Comp

* NATIVE_INT_TYPE use in getCapacity

* NATIVE_INT_TYPE use in getEntries

* NATIVE_INT_TYPE use in size/length

* NATIVE_INT_TYPE use in FILE_NAME_ARG

* NATIVE_INT_TYPE use in Fw (misc)

* NATIVE_INT_TYPE use in identifier

* NATIVE_INT_TYPE use in Fw (misc II)

* POINTER_CAST in Buffer

* POINTER_CAST in Serializable

* sp

* Removing no longer used DefaultTypes.hpp

* Fixes to accomidate Fw refactor

* Unit-test and CI fixes

* Fixing review comments - pt 1
2025-03-04 14:42:48 -08:00
..
2021-09-21 09:30:05 -07:00
2021-06-22 15:14:07 -07:00
2021-06-14 19:31:57 -07:00
2021-10-01 08:49:30 -07:00

File Contents:

LogPortAi.xml - XML Definition of a binary log port. Used by the code generator when event items are defined by components
LogTextPortAi.xml - XML Definition of a text log port. Used by the code generator to emit text versions of events
LogBuffer.hpp(.cpp) - C++ definition of a log buffer. The buffer holds a serialized version of the event arguments
LogString.hpp(.cpp) - C++ definition of a log string argument type. Used by the code generator when a string argument type is declared.
LogPacket.hpp(.cpp) - C++ definition of a log packet type. Derived from ComPacket and is used for sending events to ground software or a test interface