aqnwb 0.1.0
|
This is the complete list of members for AQNWB::Channel, including all inherited members.
Channel(const std::string name, const std::string groupName, const SizeType groupIndex, const SizeType localIndex, const SizeType globalIndex, const float conversion=1e6f, const float samplingRate=30000.f, const float bitVolts=0.05f, const std::array< float, 3 > position={0.f, 0.f, 0.f}, const std::string comments="no comments") | AQNWB::Channel | |
Channel(const Channel &other)=default | AQNWB::Channel | |
Channel(Channel &&other)=default | AQNWB::Channel | |
getBitVolts() const | AQNWB::Channel | inline |
getComments() const | AQNWB::Channel | inline |
getConversion() const | AQNWB::Channel | inline |
getGlobalIndex() const | AQNWB::Channel | inline |
getGroupIndex() const | AQNWB::Channel | inline |
getGroupName() const | AQNWB::Channel | inline |
getLocalIndex() const | AQNWB::Channel | inline |
getName() const | AQNWB::Channel | inline |
getPosition() const | AQNWB::Channel | inline |
getSamplingRate() const | AQNWB::Channel | inline |
operator=(const Channel &other)=default | AQNWB::Channel | |
operator=(Channel &&other)=default | AQNWB::Channel | |
setComments(const std::string &comments) | AQNWB::Channel | inline |
setName(const std::string &name) | AQNWB::Channel | inline |
setPosition(const std::array< float, 3 > &position) | AQNWB::Channel | inline |
~Channel() | AQNWB::Channel |