Skip to content

Commit

Permalink
add docs page for container index
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Sep 3, 2024
1 parent 1a67791 commit 46059f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/pages/userdocs/workflow.dox
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@
* Next, create the different data types (e.g. \ref AQNWB::NWB::ElectricalSeries "ElectricalSeries"
* or other AQNWB::NWB::TimeSeries "TimeSeries") that you would like to write data into. After
* creation, these objects are added to the \ref AQNWB::NWB::RecordingContainers "RecordingContainers"
* object so that it can manage access and data writing during the recording process.
* object so that it can mana ge access and data writing during the recording process.
* When adding containers, ownership of the \ref AQNWB::NWB::Container "Container" is transferred to the
* \ref AQNWB::NWB::RecordingContainers "RecordingContainers" object, so that we can access it again via
* its index. New containers will always be appended to the end of the
* \ref AQNWB::NWB::RecordingContainers::containers "containers" object and their index can be tracked
* using the size of the input `recordingArrays`.
*
* \snippet tests/examples/testWorkflowExamples.cpp example_workflow_datasets_snippet
*
Expand Down

0 comments on commit 46059f7

Please sign in to comment.