![]() |
RMVL
1.5.2
Robotic Manipulation and Vision Library
|
HikLightControlParam 参数模块 更多...
#include <rmvlpara/light/hik_light_control.h>
Public 成员函数 | |
| RMVL_W | HikLightControlParam ()=default |
| 创建 HikLightControlParam 参数对象 | |
| RMVL_W bool | read (const std::string &path) |
从指定 YAML 文件中加载,并读取至 HikLightControlParam 中 | |
| RMVL_W bool | write (const std::string &path) const |
将 HikLightControlParam 的数据写入指定的 YAML 文件中 | |
Public 属性 | |
| RMVL_W_RW double | DELAY_AFTER_WRITE = 10.0 |
| 串口写入后的延时时间,单位 ms | |
HikLightControlParam 参数模块
|
default |
创建 HikLightControlParam 参数对象
| RMVL_W bool rm::para::HikLightControlParam::read | ( | const std::string & | path | ) |
| RMVL_W bool rm::para::HikLightControlParam::write | ( | const std::string & | path | ) | const |
| RMVL_W_RW double rm::para::HikLightControlParam::DELAY_AFTER_WRITE = 10.0 |
串口写入后的延时时间,单位 ms
默认值:10.0
1.13.2