AuboStudio SDK  0.6.3
arcs::aubo_scope::AuboCapInfo类 参考abstract

This interface provides various metadata information about an installed AuboCap, such as the name of the AuboCap. 更多...

#include <extension_info.h>

Public 成员函数

virtual ~AuboCapInfo ()=default
virtual std::string getSymbolicName ()=0
 @retAubon The symbolic name (id) of the AuboCap.
virtual std::string getName ()=0
 @retAubon The name of the AuboCap.
virtual std::string getVendor ()=0
 @retAubon The vendor of the AuboCap.

详细描述

This interface provides various metadata information about an installed AuboCap, such as the name of the AuboCap.

自从
1.1.0

在文件 extension_info.h17 行定义.

构造及析构函数说明

◆ ~AuboCapInfo()

virtual arcs::aubo_scope::AuboCapInfo::~AuboCapInfo ( )
virtualdefault

成员函数说明

◆ getName()

virtual std::string arcs::aubo_scope::AuboCapInfo::getName ( )
pure virtual

@retAubon The name of the AuboCap.

◆ getSymbolicName()

virtual std::string arcs::aubo_scope::AuboCapInfo::getSymbolicName ( )
pure virtual

@retAubon The symbolic name (id) of the AuboCap.

◆ getVendor()

virtual std::string arcs::aubo_scope::AuboCapInfo::getVendor ( )
pure virtual

@retAubon The vendor of the AuboCap.


该类的文档由以下文件生成: