added AQH_Storage_GetFirstNDataPoints()

This commit is contained in:
Martin Preuss
2025-06-25 00:00:39 +02:00
parent 1e95b317bf
commit b2802a37aa
3 changed files with 79 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ struct AQH_STORAGE {
AQH_STORAGE_GETFIRSTDATAPOINT_FN getFirstDatapointFn;
AQH_STORAGE_GETLASTDATAPOINT_FN getLastDatapointFn;
AQH_STORAGE_GETLASTNDATAPOINTS_FN getLastNDatapointsFn;
AQH_STORAGE_GETFIRSTNDATAPOINTS_FN getFirstNDatapointsFn;
};