mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
![]() SampleFlags::HAS_ALL was not including the NEW_* style flags. The NEW_SIMULATION flag is now independent from the NEW_FRAME flag, since the dependency made checking that flag unnecessarily difficult. Checking a composite flag like this if ((smp->flags & SampleFlags::NEW_SIMULATION) == SampleFlags::NEW_SIMULATION); is more verbose than checking a simple flag like if (smp->flags & SampleFlags::NEW_SIMULATION); Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com> |
||
---|---|---|
.. | ||
benchmarks | ||
integration | ||
unit | ||
CMakeLists.txt | ||
valgrind.supp |