XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
xwds_device结构体 参考

设备(所有设备的基类) 更多...

#include <device.h>

xwds_device 的协作图:

成员变量

struct xwds_object obj
 
const char * name
 
xwid_t id
 
const struct xwds_resourcesresources
 
const struct xwds_driverdrv
 
void * data
 
struct xwdsds
 
const struct xwds_virtual_operationvop
 

详细描述

设备(所有设备的基类)

在文件 device.h127 行定义.

结构体成员变量说明

◆ data

void* xwds_device::data

私有数据

在文件 device.h134 行定义.

◆ drv

const struct xwds_driver* xwds_device::drv

基本驱动集合

在文件 device.h133 行定义.

◆ ds

struct xwds* xwds_device::ds

设备所属的设备栈的指针

在文件 device.h137 行定义.

◆ id

xwid_t xwds_device::id

ID

在文件 device.h131 行定义.

◆ name

const char* xwds_device::name

名字

在文件 device.h130 行定义.

◆ obj

struct xwds_object xwds_device::obj

C语言面向对象:继承struct xwds_object

在文件 device.h128 行定义.

◆ resources

const struct xwds_resources* xwds_device::resources

资源

在文件 device.h132 行定义.

◆ vop

const struct xwds_virtual_operation* xwds_device::vop

通用操作的虚函数表

在文件 device.h138 行定义.


该结构体的文档由以下文件生成: