userdoc_dev_companion.dox

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

DOX
35
字号
/**
 * @page yarpdev The standard YARP device utility.

The command-line utility "yarpdev" can create devices and wrap 
them for network visibility.  This is useful in cases where you
wish to control devices on remote machines.

@section yarpdev_base yarpdev

The utility gives a message if called with no arguments to confirm
that it exists, and to give tips on where to get started using it.
Our current implementation says:

\verbatim
You can call yarpdev like this:
   yarpdev --device DEVICENAME --OPTION VALUE ...
For example:
   yarpdev --device test_grabber --width 32 --height 16 --name /grabber
or:
   yarpdev --device DEVICENAME --file CONFIG_FILENAME
Here are devices listed for your system:
test_grabber
remote_grabber
grabber
remote_controlboard
controlboard
microphone
dragonfly
\endverbatim

If a file parameter is present then only the device and subdevice 
parameters are passed through, everything else is read from the specified
configuration file.

*/

⌨️ 快捷键说明

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