Skip to content
Snippets Groups Projects
Commit 90f0b2ae authored by Clément Foucher's avatar Clément Foucher Committed by Luiz Fernando Lavado Villa
Browse files

Introduced a new way of doing data dispatch: dispatch on uninterruptible task start.

This introduces a new dependency between Data Acquisition and Scheduling modules, which now depend from each other.
To use this new behavior, just remove call to dataAcquisition.start(), start will be done automatically.

Also:
- Introduced a new dataValid paramteter for get*() functions to provide information about obtained data.
- Corrected an error when starting uninterruptible task with default parameters without having started HRTIM first.
- Moved Data Acquisition internal files from C to C++ to harmonize language within a single module.
parent 1e043463
No related branches found
No related tags found
1 merge request!52Introduced a new way of doing data dispatch: dispatch on uninterruptible task start.
Showing
with 850 additions and 408 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment