Added ValueBuffer implementation and simple recording

ValueBuffer is now the default buffer object for storing data for
recording and processing purposes, a simple recording implementation has
been done, core.py example starts recording as soon as the core has
started then on exit it saves the output as a csv file through the
ValueBuffer export_csv method
This commit is contained in:
2026-08-06 12:57:59 +01:00
parent 1690032f5b
commit ffcea13c0b
5 changed files with 80 additions and 20 deletions
+4
View File
@@ -8,3 +8,7 @@ wheels/
# Virtual environments
.venv
# Output files
*.csv
*.dlpak