File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1313 <repository type =" git" >https://github.com/ARM-software/SDS-Framework.git</repository >
1414
1515 <releases >
16- <release version =" 2.0.0-dev" >
17- Active Development ...
18- Major rework of the SDS-Framework
19- Added documentation
20- Examples:
21- - Added reference application examples
22- Utilities:
23- - Added SDS-Check
24- - Added support in SDS-Convert for conversion from QeexoV2CSV to SDS format
16+ <release version =" 2.1.0-dev" >
17+ Active development ...
2518 </release >
2619 </releases >
2720
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ The function attempts to read data and may block based on the behavior of the un
295295\details
296296The **SDS Recorder** and **Player** manage writing to and reading from SDS files through communication or file I/O interfaces.
297297They support the recording and playback of real-world data for applications such as machine learning and data analysis.
298- For details on I/O interfaces, refer to chapter [SDS Interface](../sdsio.md#SDSIO_Interface ).
298+ For details on I/O interfaces, refer to chapter [SDS Interface](../sdsio.md#).
299299
300300The system uses a dedicated worker thread (`sdsRecPlayThread`) to handle file I/O asynchronously. User-facing APIs interact only
301301with internal circular buffers, allowing efficient, non-blocking data operations.
You can’t perform that action at this time.
0 commit comments