You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All DAQ applications network endpoints in DAQ systems are supposed to have one or more endpoints to establish connections. The presence of unmatched network endpoints in a system configuration could lead to warnings, error or, if not properly handled, to crashes and non-deterministic behaviour.
Unmatched or dangling endpoints can be detected with the following steps
Loop over applications in a session
Gather the input and output network endpoints for all modules
if the application is a SmartDaqApplication, generate the list of modules, and then gather
Match inputs and outputs across applications
List non-connected endpoints
Raise warning/errors appropriately
The text was updated successfully, but these errors were encountered:
alessandrothea
changed the title
Verify session connections in configuration
Add verification of session connections consistency in configuration
Oct 3, 2024
All DAQ applications network endpoints in DAQ systems are supposed to have one or more endpoints to establish connections. The presence of unmatched network endpoints in a system configuration could lead to warnings, error or, if not properly handled, to crashes and non-deterministic behaviour.
Unmatched or dangling endpoints can be detected with the following steps
SmartDaqApplication
, generate the list of modules, and then gatherThe text was updated successfully, but these errors were encountered: