47 [[nodiscard]]
virtual std::unique_ptr<BackendRegisterInfoBase>
clone()
const = 0;
60 [[nodiscard]]
virtual std::set<std::string>
getTags()
const {
return {}; };
67 [[nodiscard]]
virtual bool isHidden()
const {
return false; }
Set of AccessMode flags with additional functionality for an easier handling.
DeviceBackend-independent register description.
virtual bool isReadable() const =0
Return whether the register is readable.
virtual RegisterPath getRegisterName() const =0
Return full path name of the register (including modules)
virtual const DataDescriptor & getDataDescriptor() const =0
Return description of the actual payload data for this register.
virtual bool isHidden() const
Returns whether the register is "hidden", meaning it won't be listed when iterating the catalogue.
virtual std::unique_ptr< BackendRegisterInfoBase > clone() const =0
Create copy of the object.
unsigned int getNumberOfDimensions() const
Return number of dimensions of this register.
virtual unsigned int getNumberOfChannels() const =0
Return number of channels in register.
virtual AccessModeFlags getSupportedAccessModes() const =0
Return all supported AccessModes for this register.
virtual ~BackendRegisterInfoBase()=default
Virtual destructor.
virtual bool isWriteable() const =0
Return whether the register is writeable.
virtual std::vector< size_t > getQualifiedAsyncId() const
Return the fully qualified async::SubDomain ID.
virtual unsigned int getNumberOfElements() const =0
Return number of elements per channel.
virtual std::set< std::string > getTags() const
Get the list of tags associated with this register.
Class describing the actual payload data format of a register in an abstract manner.
Class to store a register path name.