PDF
AuboStudio SDK  0.6.3
arcs::aubo_scope::AuboCapInfo Class Referenceabstract

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

#include <extension_info.h>

Public Member Functions

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.

Detailed Description

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

Since
1.1.0

Definition at line 17 of file extension_info.h.

Constructor & Destructor Documentation

◆ ~AuboCapInfo()

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

Member Function Documentation

◆ 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.


The documentation for this class was generated from the following file: