8#include "dawn/io/common.hxx"
9#include "dawn/porting/config.hxx"
31#ifdef CONFIG_DAWN_OBJECT_HAS_NAME
32 const char *getClassNameStr()
const override
70 CONFIG_BOARDCTL_UNIQUEID_SIZE);
Descriptor wrapper for individual object configuration.
Base class for all I/O objects.
@ IO_CLASS_SYSTEM_UUID
UUID.
System UUID I/O providing unique device identifier.
int getDataImpl(IODataCmn &data, size_t len)
Get data implementation (override in derived classes).
bool isNotify() const
Check if IO supports notifications.
int init()
One-time initialize object after bindings are resolved.
bool isRead() const
Check if IO supports read operations.
bool isWrite() const
Check if IO supports write operations.
size_t getDataSize() const
Get data size in bytes.
int setDataImpl(IODataCmn &data)
Set data implementation (override in derived classes).
bool isBatch() const
Check if IO supports batch operations.
size_t getDataDim() const
Get data vector dimension.
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_UINT8
Unsigned 8-bit integer (0 to 255).
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.