31 ElectrodeGroup(
const std::string& path, std::shared_ptr<IO::BaseIO> io);
52 const std::string& location,
53 const std::shared_ptr<Device>& device);
59 Stereotaxis or common framework coordinates)
AQNWB::Types::Status Status
Definition BaseIO.hpp:22
#define REGISTER_SUBCLASS(T, BASE, NAMESPACE)
Macro to register a subclass with the RegisteredType class registry.
Definition RegisteredType.hpp:501
#define DEFINE_DATASET_FIELD(readName, writeName, default_type, fieldPath, description)
Defines a lazy-loaded dataset field accessor function.
Definition RegisteredType.hpp:573
~ElectrodeGroup()
Destructor.
Definition ElectrodeGroup.cpp:19
ElectrodeGroup(const std::string &path, std::shared_ptr< IO::BaseIO > io)
Constructor.
Definition ElectrodeGroup.cpp:12
std::unique_ptr< AQNWB::IO::ReadDataWrapper< AQNWB::NWB::DatasetField, VTYPE > > readPosition() const
std::shared_ptr< AQNWB::IO::BaseRecordingData > recordPosition(bool reset=false)
Status initialize()
Initialize the object.
Definition NWBContainer.cpp:17
NWBContainer(const std::string &path, std::shared_ptr< AQNWB::IO::BaseIO > io)
Constructor.
Definition NWBContainer.cpp:11
Namespace for all classes related to the NWB data standard.
const std::string namespaceName
Definition core.hpp:21