userdoc_dev.dox

来自「一个语言识别引擎」· DOX 代码 · 共 98 行

DOX
98
字号


/**
 * \defgroup dev_all Devices
 *
 * Dealing with devices.
 *
 */

/**
 * @ingroup dev_all
 *
 * \defgroup dev_class Device Creation/Configuration
 *
 * Basic classes and methods related to creating and configuring 
 * devices, and network communication to and from devices.
 *
 */

/**
 * @ingroup dev_all
 *
 * \defgroup dev_iface Device Interfaces
 *
 * Device interfaces, specified independently of specific implementations.
 *
 */


/**
 * @ingroup dev_iface
 *
 * \defgroup dev_iface_motor Motor Interfaces
 *
 * Motor control and monitoring.
 *
 */


/**
 * @ingroup dev_iface
 *
 * \defgroup dev_iface_media Media Interfaces
 *
 * Images and sounds.
 *
 */


/**
 * @ingroup dev_iface
 *
 * \defgroup dev_iface_other Other Device Interfaces
 *
 * Sundry, miscellaneous.
 *
 */

/**
 * @ingroup dev_all
 *
 * \defgroup dev_impl Device Implementations
 *
 * Concrete device drivers that implement sets of interfaces.
 *
 */


/**
 * @ingroup dev_impl
 *
 * \defgroup dev_impl_wrapper Network Wrappers
 *
 * These take implementations of existing interfaces and wrap them
 * up to work across the network.
 *
 */

/**
 * @ingroup dev_impl
 *
 * \defgroup dev_impl_wrapper Network Wrappers
 *
 * These take implementations of existing interfaces and wrap them
 * up to work across the network.
 *
 */

/**
 * @ingroup dev_all
 *
 * \defgroup dev_runtime Command-line Accessible Devices 
 *
 * Devices that can be created and configured from the command-line.
 *
 */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?