DvsenseDriver  1.0.3
The SDK for dvsense products.
dvsense::BasicParameterInfo Struct Reference

The basic information of the parameter, including the name, the description and the type. \ To get the detailed information, please refer to CameraTool::getParamInfo . More...

#include <ToolInfo.h>

Public Member Functions

std::string toString ()
 

Public Attributes

std::string name
 
std::string description
 
ToolParameterType type
 

Detailed Description

The basic information of the parameter, including the name, the description and the type. \ To get the detailed information, please refer to CameraTool::getParamInfo .

Member Function Documentation

◆ toString()

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

Member Data Documentation

◆ name

std::string dvsense::BasicParameterInfo::name

◆ description

std::string dvsense::BasicParameterInfo::description

◆ type

ToolParameterType dvsense::BasicParameterInfo::type