AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::avsCommon::sdkInterfaces::ComponentReporterInterface Class Referenceabstract

#include <ComponentReporterInterface.h>

Inheritance diagram for alexaClientSDK::avsCommon::sdkInterfaces::ComponentReporterInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~ComponentReporterInterface ()=default
 
virtual bool addConfiguration (std::shared_ptr< avsCommon::avs::ComponentConfiguration > configuration)=0
 

Detailed Description

This interface collects components to report to AVS.

Constructor & Destructor Documentation

◆ ~ComponentReporterInterface()

virtual alexaClientSDK::avsCommon::sdkInterfaces::ComponentReporterInterface::~ComponentReporterInterface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ addConfiguration()

virtual bool alexaClientSDK::avsCommon::sdkInterfaces::ComponentReporterInterface::addConfiguration ( std::shared_ptr< avsCommon::avs::ComponentConfiguration configuration)
pure virtual

Adds a Component to the ComponentReporterInterface.

Parameters
configurationA ComponentConfiguration to be added to the endpoint.
Returns
Bool indicating success/failure of adding a configuration. True for success, false for failure.

Implemented in alexaClientSDK::capabilityAgents::softwareComponentReporter::SoftwareComponentReporterCapabilityAgent.


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

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0