Skip to content

Luos Engine 3.0.0

Latest
Compare
Choose a tag to compare
@nicolas-rabault nicolas-rabault released this 13 Dec 18:03
e87fe5e

Dependencies:
Pyluos version ≥ 3.0.0

What's new:
🆕 Features:
#444: Allow synchronized network to bypass differential timestamping management. @nicolas-rabault
#428: Any kind of Network is now supported, you can make your own. @nicolas-rabault
#429: Multiple simultaneous network is now supported. You can give multiple networks and Luos will use all of them at the same time to synchronize different services across different networks. @nicolas-rabault
#435: Add a user dedicated pointer in services allowing to reference specific service structs. @nicolas-rabault
#435: Luos_engine is now completely independent from Robus. @nicolas-rabault
#435: Luos_engine filter service sources avoiding intruders or excluded service to reach a target. @nicolas-rabault
🆕 Added:
#442: Add a Serial network management for every supported target and any native configuration. @nicolas-rabault
#435: Code coverage measurement on unit tests @nicolas-rabault
🆕 Changed:
#435: New function naming and configuration, please refer to the documentation luos.io/docs @nicolas-rabault
#435: Object Dictionary structures now have a raw access allowing to perform computation with value without unit consideration. @nicolas-rabault
🛠️ Fix:
#229: Fix double detection process occurring at the same time. @nicolas-rabault
Changes
Please choose the relevant options:

Breaking change (fix or feature that would cause existing functionality to not work as expected)
This change requires a documentation update