Provides definitions for various types used in the project.
Definition Types.hpp:16
std::vector< Channel > ChannelVector
Alias for a vector of channels.
Definition Types.hpp:40
Status
Represents the status of an operation.
Definition Types.hpp:22
@ Success
Definition Types.hpp:23
@ Failure
Definition Types.hpp:24
std::vector< size_t > SizeArray
Alias for an array of size types used in the project.
Definition Types.hpp:35
size_t SizeType
Alias for the size type used in the project.
Definition Types.hpp:30
The main namespace for AqNWB.