8#include "dawn/io/common.hxx"
24#ifdef CONFIG_DAWN_OBJECT_HAS_NAME
25 const char *getClassNameStr()
const override
36 bool isRead()
const override;
Descriptor wrapper for individual object configuration.
Base class for all I/O objects.
@ IO_CLASS_SYSTEM_SYSTEMTIME
System time.
System information I/O providing system time.
bool isWrite() const
Check if IO supports write operations.
size_t getDataDim() const
Get data vector dimension.
int setDataImpl(IODataCmn &data)
Set data implementation (override in derived classes).
bool isNotify() const
Check if IO supports notifications.
size_t getDataSize() const
Get data size in bytes.
int getDataImpl(IODataCmn &data, size_t len)
Get data implementation (override in derived classes).
bool isRead() const
Check if IO supports read operations.
int init()
One-time initialize object after bindings are resolved.
bool isBatch() const
Check if IO supports batch operations.
Out-of-tree user-extension hooks for Dawn.
Base interface for I/O data buffers (static and dynamic).
@ OBJTYPE_IO
Input/Output object type.
@ DTYPE_UINT64
Unsigned 64-bit integer.
uint32_t ObjectId
ObjectID type - single 32-bit value.
static ObjectId objectId(uint8_t type, uint16_t cls, uint8_t dtype, uint8_t flags, uint16_t priv)
Construct 32-bit ObjectID from component fields.