Files
PX4-Autopilot/docs/zh/modules/modules_template.md
PX4 Build Bot 700ad7e49f New Crowdin translations - zh-CN (#24895)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-05-22 07:49:55 +10:00

1.0 KiB
Raw Blame History

模块参考: 模板

模块

Source: templates/template_module

描述

该部分描述所提供模块的功能。

这是一个模块的模版该模块在后台作为任务task运行并且有 start/stop/status 功能。

实现

该部分描述模块的高层次实现。

示例

CLI usage example:

module start -f -p 42

Usage

module <command> [arguments...]
 Commands:
   start
     [-f]        Optional example flag
     [-p <val>]  Optional example parameter
                 default: 0

   stop

   status        print status info

work_item_example

Source: examples/work_item

描述

Example of a simple module running out of a work queue.

Usage

work_item_example <command> [arguments...]
 Commands:
   start

   stop

   status        print status info