AuboCaps  0.6.0
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
 The symbolic name (id) of the AuboCap. More...
 
virtual std::string getName ()=0
 The name of the AuboCap. More...
 
virtual std::string getVendor ()=0
 The vendor of the AuboCap. More...
 

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

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

Member Function Documentation

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

The name of the AuboCap.

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

The symbolic name (id) of the AuboCap.

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

The vendor of the AuboCap.


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