-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update member variable names to avoid shadowing (#102)
* Update Channel.hpp/cpp to avoid shadowing * Fix formatting * Update names in RecordingContainers * Update members in NWBFile * Update members in Container * Fix formatting * Update members in Data.hpp * Update member in HDF5RecordingData * Update members in BaseIO and HDF5IO * Update members in VectorData * Fix formatting * Fix ubuntu build error * Fix Doxygen built errors * Replace this->m_ with just m_ * Update src/nwb/ecephys/SpikeEventSeries.hpp Co-authored-by: Steph Prince <[email protected]> * Remove setters from channel * Make simple getters in BaseIO in the header and remove redundant override of getFilename in HDF5IO * Fix formatting * Make simple getter for HDF5RecordingData inline * Make simple getter for RecordingContainers inline * replace this->m_ with just m_ * Move simple setters for DynamicTable and remove redundant definitions with ElectrodeTable * fix formatting * Fix formatting * Move VectorData getters * Fix hidden ElectrodeTable.colNames member and bad init --------- Co-authored-by: Steph Prince <[email protected]>
- Loading branch information
1 parent
5c37c40
commit 33e3481
Showing
27 changed files
with
472 additions
and
420 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
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.