#include <memory>
#include <optional>
#include <string>
#include <vector>
#include "io/BaseIO.hpp"
#include "io/ReadIO.hpp"
#include "nwb/RegisteredType.hpp"
#include "nwb/hdmf/table/DynamicTable.hpp"
#include "spec/hdmf_common.hpp"
Go to the source code of this file.
|
| class | AQNWB::NWB::MeaningsTable |
| | A table to store information about the meanings of values in a referenced VectorData object. All possible values of the referenced VectorData object should be present in the 'value' column of this table, even if the value is not observed in the data. Additional columns may be added to store additional metadata about each value. The name of the MeaningsTable should correspond to the name of the referenced VectorData object with a "_meanings" suffix. e.g., if the referenced VectorData object is named "stimulus_type", the corresponding MeaningsTable should be named "stimulus_type_meanings". More...
|
|
| namespace | AQNWB |
| | The main namespace for AqNWB.
|
| namespace | AQNWB::NWB |
| | Namespace for all classes related to the NWB data standard.
|