-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Acquisition dimension order in storage API (#32)
* Implement and test third wave chunking / sharding API. * Update changelog. * Cleanup. * Fix a docstring. * Add array_extents to StorageProperties. * Add AppendOrder field. * Update StoragePropertyMetadata. * wip * Allow free ordering of acquisition dimensions in StorageProperties. * Add init and destroy functions for storage_properties_dimension_s. * Renames * Update StoragePropertyMetadata. * Update changelog. * Leave append dimension validation to the storage driver. * Make the acquisition dimensions array dynamically sized. * Expose init and destroy functions for storage_properties_dimensions_s * Change storage_properties_dimensions_init and storage_properties_dimensions_destroy to take StorageProperties*. * acquire-driver-runtime -> acquire-video-runtime in tests. * Update changelog. * Flatten some structs in StoragePropertyMetadata. * Make dimension_type_as_string() private to storage.c.
- Loading branch information
Showing
6 changed files
with
403 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.