DvsenseDriver  1.0.3
The SDK for dvsense products.
dvsense::BoolParameterInfo结构体 参考

布尔参数的详细信息。 更多...

#include <ToolInfo.h>

Public 成员函数

std::string toString ()
 

Public 属性

bool default_value
 
std::function< bool(bool &)> readValue
 
std::function< bool(bool)> writeValue
 

详细描述

布尔参数的详细信息。

成员函数说明

◆ toString()

std::string dvsense::BoolParameterInfo::toString ( )
inline

类成员变量说明

◆ default_value

bool dvsense::BoolParameterInfo::default_value

◆ readValue

std::function<bool(bool&)> dvsense::BoolParameterInfo::readValue

◆ writeValue

std::function<bool(bool)> dvsense::BoolParameterInfo::writeValue