1#ifndef AUBO_SCOPE_EXTENSION_INFO_H
2#define AUBO_SCOPE_EXTENSION_INFO_H
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
This interface provides various metadata information about an installed AuboCap, such as the name of ...
virtual std::string getName()=0
@retAubon The name of the AuboCap.
virtual std::string getSymbolicName()=0
@retAubon The symbolic name (id) of the AuboCap.
virtual std::string getVendor()=0
@retAubon The vendor of the AuboCap.
virtual ~AuboCapInfo()=default