mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
* Staging DEPRECATE changes in preparation for new FPP alpha. Removed backwards compat hacks. Updated some uses of the legacy functions that were missed originally. * Remove declaration of serialize and deserialize from RawTime as those should be inherited now * Removing FW_SERIALIZE_UNIMPLEMENTED and FW_DESERIALIZE_UNIMPLEMENTED from SerializeStatus * Removing superfluous comma * Missed AmpcsEvrLogPacket. Fixing a minor whitespace issue in Serializable. * Un-deprecating serialize/deserialize for this release * Restoring DEPRECATED for the noLength functions * Pulling in fpp 3.0.0a17. Fixing some lingering issues with refactoring. * Format files * Update fprime-fpp package * Fixing some lingering issues with serialization modernization. * Fixing weird merge issue with AmpcsEvrLogPacket * More clang issue fixes * Still pesky clang formatting issues. Superfluous whitespace. * Removing redundant virtuals for overriden methods * Incorporating PR comments * clang formatted Serializable.hpp * Removing redundant serialize and deserialize methods in TestAbsType. Inherit from parent. --------- Co-authored-by: thomas-bc <thomas.boyerchammard@gmail.com>
FppTest
This project contains unit tests for the FPP autocoder.
To use this directory, you must have installed F Prime, and you must be inside the F Prime Python virtual environment.
- To build the tests, run
cd FppTest; fprime-util build --ut. - To run the tests, run
cd FppTest; fprime-util check.