mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
villas-compare.cpp | ||
villas-conf2json.cpp | ||
villas-convert.cpp | ||
villas-graph.cpp | ||
villas-hook.cpp | ||
villas-node.cpp | ||
villas-pipe.cpp | ||
villas-relay.cpp | ||
villas-relay.hpp | ||
villas-signal.cpp | ||
villas-test-config.cpp | ||
villas-test-rtt.cpp | ||
villas-zmq-keygen.cpp |