14 explicit RegisterInfo(std::unique_ptr<BackendRegisterInfoBase>&& impl);
48 [[nodiscard]]
bool isValid()
const;
75 [[nodiscard]] std::set<std::string>
getTags()
const;
78 std::unique_ptr<BackendRegisterInfoBase>
_impl;
Set of AccessMode flags with additional functionality for an easier handling.
DeviceBackend-independent register description.
Class describing the actual payload data format of a register in an abstract manner.
RegisterPath getRegisterName() const
Return full path name of the register (including modules)
unsigned int getNumberOfDimensions() const
Return number of dimensions of this register.
bool isWriteable() const
Return whether the register is writeable.
BackendRegisterInfoBase & getImpl()
Return a reference to the implementation object.
std::unique_ptr< BackendRegisterInfoBase > _impl
RegisterInfo(RegisterInfo &&other)=default
unsigned int getNumberOfChannels() const
Return number of channels in register.
std::vector< size_t > getQualifiedAsyncId() const
Get the fully qualified async::SubDomain ID.
const DataDescriptor & getDataDescriptor() const
Return desciption of the actual payload data for this register.
std::set< std::string > getTags() const
Get the list of tags that are associated with this register.
AccessModeFlags getSupportedAccessModes() const
Return all supported AccessModes for this register.
RegisterInfo & operator=(RegisterInfo &&other)=default
RegisterInfo & operator=(const RegisterInfo &other)
bool isValid() const
Check whether the RegisterPath object is valid (i.e.
unsigned int getNumberOfElements() const
Return number of elements per channel.
bool isReadable() const
Return whether the register is readable.
Class to store a register path name.