This interface provides various metadata information about an installed AuboCap, such as the name of the AuboCap.
更多...
#include <extension_info.h>
|
| 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.h 第 17 行定义.
◆ ~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.
该类的文档由以下文件生成: